[3798] in testers
Re: al_login_allowed backwards incompatibility
daemon@ATHENA.MIT.EDU (James M. Kretchmar)
Thu Jul 16 16:08:36 1998
To: "James M. Kretchmar" <kretch@MIT.EDU>
Cc: Greg Hudson <ghudson@MIT.EDU>, testers@MIT.EDU
In-Reply-To: Your message of "Thu, 16 Jul 1998 16:03:41 EDT."
<199807162003.QAA15780@mary-kay-commandos.mit.edu>
Date: Thu, 16 Jul 1998 16:08:30 EDT
From: "James M. Kretchmar" <kretch@MIT.EDU>
> errout2 which returns at
>
> if (!options.kerberos_or_local_passwd )
> {
> /* We do not need this so free them up */
> xfree(saved_pw_name);
> xfree(saved_pw_passwd);
> return 0;
> }
>
oops, I lied ... that's not true.
kretch