X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/98d26047f7c706ffa7f9e0a77581d89b70b8c7f7..6a151c16645f90b21f171a44661b109f06e9097e:/pw/pwupd.c diff --git a/pw/pwupd.c b/pw/pwupd.c index 0483be1..84226a9 100644 --- a/pw/pwupd.c +++ b/pw/pwupd.c @@ -111,7 +111,8 @@ fmtpwentry(char *buf, struct passwd * pwd, int type) int l; char *pw; - pw = (pwd->pw_passwd == NULL || !*pwd->pw_passwd) ? "" : (type == PWF_MASTER) ? pwd->pw_passwd : "*"; + pw = (type == PWF_MASTER) ? + ((pwd->pw_passwd == NULL) ? "" : pwd->pw_passwd) : "*"; if (type == PWF_PASSWD) l = sprintf(buf, "%s:*:%ld:%ld:%s:%s:%s\n",