Fix compilation for non PAM/BSD auth/AIX auth
This commit is contained in:
@@ -178,8 +178,8 @@ verify_user(struct passwd *pw, char *prompt)
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
#ifndef AUTH_STANDALONE
|
#ifndef AUTH_STANDALONE
|
||||||
if (repl.reply)
|
if (p)
|
||||||
zero_bytes(p, strlen(repl.reply));
|
zero_bytes(p, strlen(p));
|
||||||
#endif
|
#endif
|
||||||
/* XXX - need way to know if askpass was used */
|
/* XXX - need way to know if askpass was used */
|
||||||
//if (!ISSET(tgetpass_flags, TGP_ASKPASS))
|
//if (!ISSET(tgetpass_flags, TGP_ASKPASS))
|
||||||
|
Reference in New Issue
Block a user