mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
typofix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@482 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c866a4e2a9
commit
11bac62935
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static void server_connect_callback_readpipe(SERVER_REC *server)
|
|||
errormsg = iprec.errorstr != NULL ? iprec.errorstr :
|
||||
"Host lookup failed";
|
||||
}
|
||||
server_cant_connect(server, rrormsg);
|
||||
server_cant_connect(server, errormsg);
|
||||
g_free_not_null(iprec.errorstr);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue