Page MenuHomeFreeBSD

pam_krb5: Clarify a loop condition.
ClosedPublic

Authored by des on Aug 3 2023, 3:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 1, 2:13 AM
Unknown Object (File)
Thu, Sep 19, 10:17 AM
Unknown Object (File)
Thu, Sep 19, 5:27 AM
Unknown Object (File)
Wed, Sep 18, 1:02 PM
Unknown Object (File)
Wed, Sep 18, 7:10 AM
Unknown Object (File)
Tue, Sep 17, 2:51 PM
Unknown Object (File)
Tue, Sep 17, 1:54 PM
Unknown Object (File)
Mon, Sep 16, 6:18 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable