mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Change "nope" to ":"
Previous variant not work well, if you have a user with name nope
This commit is contained in:
parent
543f9a5afa
commit
6903b42cd8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18987
@ -12,7 +12,7 @@ int pwok;
|
||||
static char buf[128];
|
||||
struct skey skey;
|
||||
char *pass = "";
|
||||
char *username = pwd ? pwd->pw_name : "nope";
|
||||
char *username = pwd ? pwd->pw_name : ":";
|
||||
int sflag;
|
||||
|
||||
/* Attempt an s/key challenge. */
|
||||
|
Loading…
Reference in New Issue
Block a user