ZyklonB: fix segfault on total SOCKS failure

This commit is contained in:
Přemysl Eric Janouch 2016-02-12 04:11:33 +01:00
parent 7be995f74a
commit 798ed73a8c
1 changed files with 2 additions and 0 deletions

View File

@ -1727,6 +1727,8 @@ irc_establish_connection_socks (struct bot_context *ctx,
str_map_find (&ctx->config, "socks_password"));
while (data.polling)
poller_run (poller);
if (!data.succeeded)
error_set (e, "connection failed");
}
socks_connector_free (connector);