aboutsummaryrefslogtreecommitdiff
path: root/cmd-suspend-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-suspend-client.c')
-rw-r--r--cmd-suspend-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-suspend-client.c b/cmd-suspend-client.c
index 24077d7f..c3806c6f 100644
--- a/cmd-suspend-client.c
+++ b/cmd-suspend-client.c
@@ -45,7 +45,7 @@ cmd_suspend_client_exec(struct cmd *self, struct cmd_ctx *ctx)
struct args *args = self->args;
struct client *c;
- 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);
tty_stop_tty(&c->tty);