Change "nope" to ":"

Previous variant not work well, if you have a user with name nope
This commit is contained in:
Andrey A. Chernov 1996-10-17 16:47:22 +00:00
parent 543f9a5afa
commit 6903b42cd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18987

View File

@ -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. */