From d973c69bb330374ff74b2c340a6e5ee3fcc3d86b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 9 Oct 2002 18:59:24 +0000 Subject: [PATCH] Attributes length was not saved. --- apps/silcd/command_reply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index d0df3feb..71c4da6a 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -311,6 +311,7 @@ silc_server_command_reply_whois_save_client(SilcServerCommandReplyContext cmd) if (tmp && client) { silc_free(client->attrs); client->attrs = silc_memdup(tmp, len); + client->attrs_len = len; } client->data.status &= ~SILC_IDLIST_STATUS_RESOLVING; -- 2.43.0