X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.c;h=198b7167ef56e7c994c10b8c0a274ed0ab6c5083;hp=b4862c61221ed3d38de4bd46891c810400405ceb;hb=816a5b080c797c0db47b7b274a85646343c3466e;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index b4862c61..198b7167 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -962,6 +962,9 @@ SILC_SERVER_CMD_REPLY_FUNC(motd) if (server->server_type != SILC_SERVER) goto out; + /* Statistics */ + cmd->server->stat.commands_sent++; + /* entry isn't known so we IDENTIFY it. otherwise the silc_server_command_motd won't know about it and tell the client that there is no such server */