projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa84a68
)
Attributes length was not saved.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 9 Oct 2002 18:59:24 +0000
(18:59 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 9 Oct 2002 18:59:24 +0000
(18:59 +0000)
apps/silcd/command_reply.c
patch
|
blob
|
history
diff --git
a/apps/silcd/command_reply.c
b/apps/silcd/command_reply.c
index d0df3feb4ff4ea1d47a4f21923edf73b6705873c..71c4da6a19647d5dd3cef2dd3e24693ea7f98206 100644
(file)
--- 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;