updates.
[runtime.git] / lib / silcclient / command_reply.c
index 79acee69291f3865e8a859debadc8201eab32c59..2fc508ac4bc0cd13d84a0ba9dca7a6056e4b1a23 100644 (file)
@@ -1767,7 +1767,8 @@ SILC_CLIENT_CMD_REPLY_FUNC(users)
                                    silc_hash_client_id_compare, NULL,
                                    &id_cache);
 
-    if (!id_cache || !((SilcClientEntry)id_cache->context)->username) {
+    if (!id_cache || !((SilcClientEntry)id_cache->context)->username ||
+       !((SilcClientEntry)id_cache->context)->realname) {
       /* No we don't have it (or it is incomplete in information), query
         it from the server. Assemble argument table that will be sent
         for the WHOIS command later. */