pam_winbind: check != PAM_SUCCESS and != NULL explicitly
authorMichael Adam <obnox@samba.org>
Tue, 8 Sep 2015 16:25:02 +0000 (18:25 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 13 Jan 2016 09:57:09 +0000 (10:57 +0100)
commit490a27b69bc2a1ca4c22dcc2e239a0acedfee637
treea7d8988b15b3faaae32084b31a4d8f08f8b1dedc
parente8e9e7f2fe33d1e158202df4eb91d3738c9eb266
pam_winbind: check != PAM_SUCCESS and != NULL explicitly

...instead of using "if (ret)" or similar.
This is just a code cleanup, no changes in behaviour.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
nsswitch/pam_winbind.c