s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OK
authorLars Müller <lars@samba.org>
Wed, 17 Feb 2010 18:00:01 +0000 (19:00 +0100)
committerLars Müller <lars@samba.org>
Wed, 17 Feb 2010 18:00:01 +0000 (19:00 +0100)
commit94074eb2e6d260e467ad3b6d354beeb282fe1ada
tree1c2a86d4820f67aceae8197f980b54cad5765fff
parentbc0b1528896feb42765a46c5d235c766677e9c5f
s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OK

At the formerly used process_result statement we have alone one
NT_STATUS_IS_OK() which never could be hit in our case as we only go here
if NT_STATUS_EQUAL is not ok.
source3/winbindd/winbindd_pam.c