X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.c;h=506c7f1e79b7094791a0a9e17c834b2bdecf159e;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=198b7167ef56e7c994c10b8c0a274ed0ab6c5083;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index 198b7167..506c7f1e 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -1219,7 +1219,7 @@ SILC_SERVER_CMD_REPLY_FUNC(join) /* Get channel public key list */ tmp = silc_argument_get_arg_type(cmd->args, 16, &len); - if (tmp && server->server_type == SILC_SERVER) + if (tmp && server->server_type != SILC_ROUTER) silc_server_set_channel_pk_list(server, NULL, entry, tmp, len); /* The the user limit */