freebsd-src/lib/libpam
Dag-Erling Smørgrav 27968aa022 pam_krb5: Clarify a loop condition.
The closing parenthesis was in the wrong location, so instead of assigning the return value to krbret and then comparing it to zero, we were assigning the result of the comparison to krbret and then comparing that to zero.  This has no practical significance since the value is not used after the loop terminates.

PR:		229719
Reviewed by:	cy
Differential Revision:	https://reviews.freebsd.org/D41299

(cherry picked from commit acc7cf8641)

pam_krb5: Rename a variable.

Reviewed by:	cy
Differential Revision:	https://reviews.freebsd.org/D41300

(cherry picked from commit 9c2823bae9)
2023-09-07 19:27:55 +02:00
..
libpam Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
modules pam_krb5: Clarify a loop condition. 2023-09-07 19:27:55 +02:00
pam.d Remove $FreeBSD$: one-line bare tag 2023-08-23 11:43:33 -06:00
static_libpam Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00
Makefile.inc Remove $FreeBSD$: one-line sh pattern 2023-08-23 11:43:30 -06:00