Fix spelling error

This commit is contained in:
Austen Adler 2016-08-21 01:54:32 -04:00
parent 1a259ff244
commit b88329b66d
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1

View File

@ -736,7 +736,7 @@ main(int argc, char **argv) {
#ifndef HAVE_BSD_AUTH
pws = getpw();
if (strlen(pwd) < 2) {
if (strlen(pws) < 2) {
die("This user has no password set.\n");
}
#endif