From: Pekka Riikonen Date: Sun, 10 Dec 2000 21:52:54 +0000 (+0000) Subject: MInor typo fixes X-Git-Tag: SILC.0.1~308 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=979abd73ce65f76b763a83df4e7ea633ae9e64f8;p=silc.git MInor typo fixes --- diff --git a/CHANGES b/CHANGES index c1ecb821..aed10cdc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Sun Dec 10 23:52:00 EET 2000 Pekka Riikonen + + * Minor typo fixes on command reply handling on server. + Tue Nov 28 11:05:39 EET 2000 Pekka Riikonen * Added silc_server_command_add_to_channel internal routine to add diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index 514b289f..f72bed1e 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -174,9 +174,8 @@ SILC_SERVER_CMD_REPLY_FUNC(whois) } - /* Execute pending IDENTIFY command so that the client who originally - requested the identify information will get it after all. */ - SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_IDENTIFY); + /* Execute any pending commands */ + SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_WHOIS); out: silc_server_command_reply_free(cmd); @@ -231,8 +230,7 @@ SILC_SERVER_CMD_REPLY_FUNC(identify) } - /* Execute pending IDENTIFY command so that the client who originally - requested the identify information will get it after all. */ + /* Execute any pending commands */ SILC_SERVER_COMMAND_EXEC_PENDING(cmd, SILC_COMMAND_IDENTIFY); out: