projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2526e
)
Status arg len fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 8 Oct 2003 18:03:56 +0000
(18:03 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 8 Oct 2003 18:03:56 +0000
(18:03 +0000)
apps/silcd/command.c
patch
|
blob
|
history
diff --git
a/apps/silcd/command.c
b/apps/silcd/command.c
index c207bac9970d00655d820bd55832d67c0fdbdb34..0d594b9d9891049af8823d33408054cd9316dc73 100644
(file)
--- a/
apps/silcd/command.c
+++ b/
apps/silcd/command.c
@@
-540,7
+540,7
@@
silc_server_command_send_status_data2(SilcServerCommandContext cmd,
buffer =
silc_command_reply_payload_encode_va(command, status, 0,
silc_command_get_ident(cmd->payload),
- 2, arg_type1, arg1, arg_len
2
,
+ 2, arg_type1, arg1, arg_len
1
,
arg_type2, arg2, arg_len2);
silc_server_packet_send(cmd->server, cmd->sock,
SILC_PACKET_COMMAND_REPLY, 0,