From: Pekka Riikonen Date: Wed, 30 Jan 2002 10:11:46 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.7.3~9 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=5f70ca749ce9f0ff508a3fa9cf9db51183ae7902;p=silc.git updates --- diff --git a/apps/silcd/command.c b/apps/silcd/command.c index cf35efe6..efaa985c 100644 --- 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 &&