X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.c;h=dbf8fb773a6ce8cb9dae5df7c5587f916009c328;hb=8b353496b56f4765ac810ac5400865e815ab4517;hp=65637c159c79e73438fa85cf8e658e8f0a7173df;hpb=dbd4f282d28d8bdf3cbd3419ba16d4774b6b4349;p=silc.git diff --git a/apps/silcd/packet_send.c b/apps/silcd/packet_send.c index 65637c15..dbf8fb77 100644 --- a/apps/silcd/packet_send.c +++ b/apps/silcd/packet_send.c @@ -97,7 +97,8 @@ void silc_server_packet_send(SilcServer server, return; /* If entry is disabled do not sent anything. */ - if ((idata && idata->status & SILC_IDLIST_STATUS_DISABLED) || + if ((idata && idata->status & SILC_IDLIST_STATUS_DISABLED && + type != SILC_PACKET_HEARTBEAT) || sock->user_data == server->id_entry) { SILC_LOG_DEBUG(("Connection is disabled")); return;