mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 17:24:22 +01:00
Sync OpenBSD patchset 156:
Remove leftover debug logging of password.
This commit is contained in:
parent
d29b57f597
commit
acdef09e00
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-set-password.c,v 1.6 2009-07-14 06:43:32 nicm Exp $ */
|
||||
/* $Id: cmd-set-password.c,v 1.7 2009-07-22 17:49:09 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -118,7 +118,6 @@ cmd_set_password_exec(struct cmd *self, struct cmd_ctx *ctx)
|
||||
server_password = NULL;
|
||||
else
|
||||
server_password = xstrdup(data->password);
|
||||
log_debug("pw now %s", server_password);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user