aboutsummaryrefslogtreecommitdiff
path: root/cmd-lock-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-lock-server.c')
-rw-r--r--cmd-lock-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-lock-server.c b/cmd-lock-server.c
index 16a34a44..c95379ac 100644
--- a/cmd-lock-server.c
+++ b/cmd-lock-server.c
@@ -74,7 +74,7 @@ cmd_lock_server_exec(struct cmd *self, unused struct cmd_ctx *ctx)
return (CMD_RETURN_ERROR);
server_lock_session(s);
} else {
- if ((c = cmd_find_client(ctx, args_get(args, 't'))) == NULL)
+ if ((c = cmd_find_client(ctx, args_get(args, 't'), 0)) == NULL)
return (CMD_RETURN_ERROR);
server_lock_client(c);
}