Remove the resolving flag from client after received Requested
[silc.git] / apps / silcd / command_reply.c
index 6d427ca9e626ebb36cc782d148dc6a12790c8fe7..d0df3feb4ff4ea1d47a4f21923edf73b6705873c 100644 (file)
@@ -313,6 +313,8 @@ silc_server_command_reply_whois_save_client(SilcServerCommandReplyContext cmd)
     client->attrs = silc_memdup(tmp, len);
   }
 
+  client->data.status &= ~SILC_IDLIST_STATUS_RESOLVING;
+
   return TRUE;
 }