X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.c;h=3784e732160717e3920e1994514dcd7f362d5621;hb=3d61cdca00bf9d465a9a82024e9e991cc93f94fb;hp=e9ee59679446ce6942d3a17a1944803a7c91246d;hpb=6394d86063413bc1c473723f3ef971840195bcd3;p=runtime.git diff --git a/apps/silcd/command.c b/apps/silcd/command.c index e9ee5967..3784e732 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -1796,7 +1796,7 @@ silc_server_command_identify_send_reply(SilcServerCommandContext cmd, /* Process all valid client entries and send command replies */ - if (len > 1) + if (valid_count > 1) status = SILC_STATUS_LIST_START; for (i = 0, k = 0; i < clients_count; i++) {