diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-17 14:03:02 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-14 16:23:41 +1000 |
commit | 6c8f7e400540421320e3cbd80f7e1a9551dfed14 (patch) | |
tree | 0dea32e3571e489fd9fd8a66f80eb060c3594d51 /source4/utils | |
parent | a19966375aeab5627308379219361de7053189fd (diff) | |
download | samba-6c8f7e400540421320e3cbd80f7e1a9551dfed14.tar.gz samba-6c8f7e400540421320e3cbd80f7e1a9551dfed14.tar.bz2 samba-6c8f7e400540421320e3cbd80f7e1a9551dfed14.zip |
Port Samba4 to the new combined libcli/auth functions
For example, some of the new shared functionality was previously in the wkssvc
torture test.
Andrew Bartlett
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 2c6f353252..1c9eabe09a 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -30,7 +30,6 @@ #include "auth/auth.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "auth/auth_sam.h" -#include "auth/ntlm/ntlm_check.h" #include "libcli/auth/libcli_auth.h" #include "libcli/security/security.h" #include "lib/events/events.h" |