diff options
Diffstat (limited to 'usr.bin/tmux/cmd-set-password.c')
-rw-r--r-- | usr.bin/tmux/cmd-set-password.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-set-password.c b/usr.bin/tmux/cmd-set-password.c index 0eddce7ad63..139f707127b 100644 --- a/usr.bin/tmux/cmd-set-password.c +++ b/usr.bin/tmux/cmd-set-password.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-set-password.c,v 1.4 2009/07/26 12:58:44 nicm Exp $ */ +/* $OpenBSD: cmd-set-password.c,v 1.5 2009/09/21 15:32:06 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -66,7 +66,7 @@ cmd_set_password_parse(struct cmd *self, int argc, char **argv, char **cause) int opt; char *out; - self->entry->init(self, 0); + self->entry->init(self, KEYC_NONE); data = self->data; while ((opt = getopt(argc, argv, "c")) != -1) { |