projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c601d
)
updates
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 30 Jan 2002 10:11:46 +0000
(10:11 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 30 Jan 2002 10:11:46 +0000
(10:11 +0000)
apps/silcd/command.c
patch
|
blob
|
history
diff --git
a/apps/silcd/command.c
b/apps/silcd/command.c
index cf35efe6c615eb95f62e955382a212b524729caa..efaa985c32aac98bd840c128d8780d370ee05393 100644
(file)
--- a/
apps/silcd/command.c
+++ b/
apps/silcd/command.c
@@
-3455,8
+3455,7
@@
SILC_SERVER_CMD_FUNC(join)
if (silc_command_get(reply->payload) == SILC_COMMAND_JOIN) {
tmp = silc_argument_get_arg_type(reply->args, 6, NULL);
SILC_GET32_MSB(created, tmp);
- if (silc_argument_get_arg_type(reply->args, 7, NULL)
- create_key = FALSE; /* Router returned the key already */
+ create_key = FALSE; /* Router returned the key already */
}
if (silc_command_get(reply->payload) == SILC_COMMAND_WHOIS &&