mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Keep unused parameter for API compatibility
This commit is contained in:
parent
7e6d24420c
commit
d84f285b91
3 changed files with 5 additions and 3 deletions
|
|
@ -407,7 +407,7 @@ int server_start_connect(SERVER_REC *server)
|
|||
server->connrec->proxy : server->connrec->address;
|
||||
server->connect_pid =
|
||||
net_gethostbyname_nonblock(connect_address,
|
||||
server->connect_pipe[1]);
|
||||
server->connect_pipe[1], 0);
|
||||
server->connect_tag =
|
||||
g_input_add(server->connect_pipe[0], G_INPUT_READ,
|
||||
(GInputFunction)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue