X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand.c;h=1b5a3f27676cc78db9b2cb15bd97cef9e0356acc;hb=7803d1d2f87b62b6480ab04628a5074fafa43593;hp=65b41e2db691e8f9c91ab6191d9a48b084c6ac14;hpb=9cca2bb4ed4a0f11e8250c49799f555e8dfacd45;p=silc.git diff --git a/apps/silcd/command.c b/apps/silcd/command.c index 65b41e2d..1b5a3f27 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -369,7 +369,6 @@ void silc_server_command_pending_del(SilcServer server, if (r->reply_cmd == reply_cmd && r->ident == ident) { silc_dlist_del(server->pending_commands, r); silc_free(r); - break; } } }