degesch: fix SOCKS failure handling

This commit is contained in:
Přemysl Eric Janouch 2015-06-14 19:21:04 +02:00
parent cd394a1f6e
commit e43ffb538e
1 changed files with 1 additions and 1 deletions

View File

@ -3586,7 +3586,7 @@ irc_initiate_connect_socks (struct server *s,
}
free (socks_port);
return true;
return result;
}
static void