Fix whitespace.

This commit is contained in:
Ed Schouten 2013-11-13 20:35:10 +00:00
parent 20dc9c67c4
commit e83ebd8d19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258105

View File

@ -103,8 +103,8 @@ static void usage(void);
#define DEFAULT_PASSWD_PROMPT "Password:"
#define TERM_UNKNOWN "su"
#define DEFAULT_WARN (2L * 7L * 86400L) /* Two weeks */
#define NO_SLEEP_EXIT 0
#define SLEEP_EXIT 5
#define NO_SLEEP_EXIT 0
#define SLEEP_EXIT 5
/*
* This bounds the time given to login. Not a define so it can
@ -380,12 +380,12 @@ main(int argc, char *argv[])
au_login_success();
#endif
/*
* This needs to happen before login_getpwclass to support
* home directories on GSS-API authenticated NFS where the
* kerberos credentials need to be saved so that the kernel
* can authenticate to the NFS server.
*/
/*
* This needs to happen before login_getpwclass to support
* home directories on GSS-API authenticated NFS where the
* kerberos credentials need to be saved so that the kernel
* can authenticate to the NFS server.
*/
pam_err = pam_setcred(pamh, pam_silent|PAM_ESTABLISH_CRED);
if (pam_err != PAM_SUCCESS) {
pam_syslog("pam_setcred()");