diff options
Diffstat (limited to 'zyklonb.c')
-rw-r--r-- | zyklonb.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |