MInor typo fixes
authorPekka Riikonen <priikone@silcnet.org>
Sun, 10 Dec 2000 21:52:54 +0000 (21:52 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 10 Dec 2000 21:52:54 +0000 (21:52 +0000)
CHANGES
apps/silcd/command_reply.c

diff --git a/CHANGES b/CHANGES
index c1ecb821c7b13b04552eb86ab1205cd0c115fe0f..aed10cdc62bda510fbce0eb506290d65d06dc6dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Sun Dec 10 23:52:00 EET 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Minor typo fixes on command reply handling on server.
+
 Tue Nov 28 11:05:39 EET 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Added silc_server_command_add_to_channel internal routine to add
index 514b289f238c73cd47fc6714b4a024cf98c08159..f72bed1e22db21cf04caa2f93976c11307079f4e 100644 (file)
@@ -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: