diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-05-25 20:19:22 +1000 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-31 15:10:56 +0200 |
commit | ebae21f0235b957c8faeeb51c926724909d353e9 (patch) | |
tree | 970b18645f7bd1988eb0e7c7430641725b84103e /source3/libads/sasl.c | |
parent | 9a76932ccfe680b9bf224e0dcac7f9cdb7ce9f4e (diff) | |
download | samba-ebae21f0235b957c8faeeb51c926724909d353e9.tar.gz |
ntlmssp: Make the ntlmssp.h from source3/ a common header
The code is not yet in common, but I hope to fix that soon.
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/libads/sasl.c')
-rw-r--r-- | source3/libads/sasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index d6e4f68544a..8f7f6c11dfe 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -19,7 +19,7 @@ #include "includes.h" #include "../libcli/auth/spnego.h" -#include "ntlmssp.h" +#include "../libcli/auth/ntlmssp.h" #ifdef HAVE_LDAP |