From: Pekka Riikonen Date: Mon, 12 Mar 2001 17:22:23 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.1~133 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=2dc7f6c648373df3bb10d2208219de3158dc4ef2;p=silc.git updates. --- diff --git a/lib/silcclient/command_reply.c b/lib/silcclient/command_reply.c index 014ba8ce..1ab387be 100644 --- a/lib/silcclient/command_reply.c +++ b/lib/silcclient/command_reply.c @@ -288,9 +288,8 @@ silc_client_command_reply_whois_save(SilcClientCommandReplyContext cmd, } /* Notify application */ - if (!cmd->callback) - COMMAND_REPLY((ARGS, client_entry, nickname, username, realname, - NULL, idle)); + COMMAND_REPLY((ARGS, client_entry, nickname, username, realname, + NULL, idle)); } /* Received reply for WHOIS command. This maybe called several times