mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
fix proxy server name
This commit is contained in:
parent
f83a29b764
commit
4d234c175c
@ -137,7 +137,7 @@ static void handle_client_connect_cmd(CLIENT_REC *client,
|
||||
|
||||
client->server = server;
|
||||
g_free(client->proxy_address);
|
||||
client->proxy_address = g_strdup_printf("%*s.proxy", (int)(tag_end - args), args);
|
||||
client->proxy_address = g_strdup_printf("%.*s.proxy", (int)(tag_end - args), args);
|
||||
}
|
||||
|
||||
if (g_strcmp0(password, args_pass) != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user