mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
glib iochannel fixes from exg.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5137 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dd23f39f09
commit
df1d7a7814
6 changed files with 39 additions and 34 deletions
|
|
@ -419,8 +419,8 @@ int server_start_connect(SERVER_REC *server)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
server->connect_pipe[0] = g_io_channel_unix_new(fd[0]);
|
||||
server->connect_pipe[1] = g_io_channel_unix_new(fd[1]);
|
||||
server->connect_pipe[0] = g_io_channel_new(fd[0]);
|
||||
server->connect_pipe[1] = g_io_channel_new(fd[1]);
|
||||
|
||||
connect_address = server->connrec->proxy != NULL ?
|
||||
server->connrec->proxy : server->connrec->address;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue