Fixed the query sending between router and server. Fixed bugs
[silc.git] / apps / silcd / command_reply.c
index 71c4da6a19647d5dd3cef2dd3e24693ea7f98206..ff36562e19f2f7903f2dc5918ea1b4a7e44ad8a9 100644 (file)
@@ -292,6 +292,7 @@ silc_server_command_reply_whois_save(SilcServerCommandReplyContext cmd)
   if (tmp) {
     silc_free(client->attrs);
     client->attrs = silc_memdup(tmp, len);
+    client->attrs_len = len;
   }
 
   return TRUE;