=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-lock-server.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/tmux/cmd-lock-server.c 2013/03/22 10:31:22 1.12 --- src/usr.bin/tmux/cmd-lock-server.c 2013/03/24 09:27:19 1.13 *************** *** 1,4 **** ! /* $OpenBSD: cmd-lock-server.c,v 1.12 2013/03/22 10:31:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-lock-server.c,v 1.13 2013/03/24 09:27:19 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 74,80 **** return (CMD_RETURN_ERROR); server_lock_session(s); } else { ! if ((c = cmd_find_client(ctx, args_get(args, 't'))) == NULL) return (CMD_RETURN_ERROR); server_lock_client(c); } --- 74,80 ---- return (CMD_RETURN_ERROR); server_lock_session(s); } else { ! if ((c = cmd_find_client(ctx, args_get(args, 't'), 0)) == NULL) return (CMD_RETURN_ERROR); server_lock_client(c); }