X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.c;h=2711d02f6d3e463d0cd2a73abd9dbe25711b66c8;hb=bbcf6d6759de9df452d8df3be8b906ddeb1317a5;hp=d02b62ff0015112480e57e9c4018a7b2e3a5ef42;hpb=7ad7a5c30e47d85d3f1ab536e762aea6e15b73d0;p=silc.git diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index d02b62ff..2711d02f 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -148,7 +148,7 @@ silc_server_command_process_error(SilcServerCommandReplyContext cmd, client_id, FALSE, NULL); if (client) { silc_server_remove_from_channels(server, NULL, client, TRUE, - NULL, TRUE); + NULL, TRUE, FALSE); silc_idlist_del_data(client); silc_idlist_del_client(server->global_list, client); }