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)
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.


No differences found