auth/ntlmssp: don't require any flags in the ccache_resume code
authorStefan Metzmacher <metze@samba.org>
Wed, 20 Apr 2016 16:44:21 +0000 (18:44 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Apr 2016 14:51:16 +0000 (16:51 +0200)
commit5041adb6657596399049a33e6a739a040b4df0db
treeecfda0b26f58ba0493bdd9e10f16d4e44daefd19
parent032c2733dea834e2c95178cdd0deb73e7bb13621
auth/ntlmssp: don't require any flags in the ccache_resume code

ntlmssp_client_challenge() already checks for required flags
before asking winbindd.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11850

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
auth/ntlmssp/ntlmssp_client.c