X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.c;h=c4add0a4d64cc3a5438beb3c27c7b005d1b466e4;hb=6fa729df25868c60daa2ddb1805d868fe068c640;hp=8945bb4191bfba1d34f506380a964354b95e6ffc;hpb=455b921360ea3e0aa936aff3e886dd64a0778b10;p=silc.git diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index 8945bb41..c4add0a4 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -495,7 +495,7 @@ silc_server_command_reply_identify_save(SilcServerCommandReplyContext cmd) server_id, FALSE, NULL); if (!server_entry) { /* If router did not find such Server ID in its lists then this must - be bogus client or some router in the net is buggy. */ + be bogus server or some router in the net is buggy. */ if (server->server_type == SILC_ROUTER) goto error; @@ -529,8 +529,8 @@ silc_server_command_reply_identify_save(SilcServerCommandReplyContext cmd) channel = silc_idlist_find_channel_by_id(server->global_list, channel_id, NULL); if (!channel) { - /* If router did not find such Server ID in its lists then this must - be bogus client or some router in the net is buggy. */ + /* If router did not find such Channel ID in its lists then this must + be bogus channel or some router in the net is buggy. */ if (server->server_type == SILC_ROUTER) goto error;