1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

relay: remove useless test on num_sent

This commit is contained in:
Sébastien Helleu
2018-10-01 22:58:25 +02:00
parent fc63620f1e
commit 4b58ea37c0
+2 -2
View File
@@ -956,7 +956,7 @@ relay_client_send (struct t_relay_client *client,
NULL, NULL, NULL, NULL);
}
}
else if (num_sent < 0)
else
{
#ifdef HAVE_GNUTLS
if (client->ssl)
@@ -1128,7 +1128,7 @@ relay_client_timer_cb (const void *pointer, void *data, int remaining_calls)
break;
}
}
else if (num_sent < 0)
else
{
#ifdef HAVE_GNUTLS
if (ptr_client->ssl)