diff options
Diffstat (limited to 'server-fn.c')
-rw-r--r-- | server-fn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server-fn.c b/server-fn.c index f025b3a2..1b49985f 100644 --- a/server-fn.c +++ b/server-fn.c @@ -236,7 +236,6 @@ void server_lock_client(struct client *c) { const char *cmd; - size_t cmdlen; if (c->flags & CLIENT_CONTROL) return; |