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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user