search for: ia_success

Displaying 1 result from an estimated 1 matches for "ia_success".

Did you mean: be_success
2003 Jun 11
2
[PATCH] Fix typos, OpenBSD + Portable
...====================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/openbsd-compat/bsd-cray.c,v retrieving revision 1.12 diff -u -r1.12 bsd-cray.c --- openbsd-compat/bsd-cray.c 3 Jun 2003 02:45:27 -0000 1.12 +++ openbsd-compat/bsd-cray.c 11 Jun 2003 05:14:44 -0000 @@ -459,7 +459,7 @@ ia_success(&ssent, &sret); /* - * Query for account, iff > 1 valid acid & askacid permbit + * Query for account, if > 1 valid acid & askacid permbit */ if (((ue.ue_permbits & PERMBITS_ACCTID) || (ue.ue_acids[0] >= 0) && (ue.ue_acids[1] >= 0)) &&...