updates.
[silc.git] / apps / silcd / command.c
index e9ee59679446ce6942d3a17a1944803a7c91246d..3784e732160717e3920e1994514dcd7f362d5621 100644 (file)
@@ -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++) {