projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ceb2a
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Mar 2001 17:22:23 +0000
(17:22 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Mar 2001 17:22:23 +0000
(17:22 +0000)
lib/silcclient/command_reply.c
patch
|
blob
|
history
diff --git
a/lib/silcclient/command_reply.c
b/lib/silcclient/command_reply.c
index 014ba8ce39a141ef9391cfd99f911ec368d056bd..1ab387bee7ff1eff30a62169a7d044473d928f70 100644
(file)
--- 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