diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:24:16 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-21 14:24:16 +0100 |
commit | d3199276eac8caa55c8334458d156fd4badae338 (patch) | |
tree | 71e8d48b4ee545eab9ad50addbada3069f36f31e /source4/auth/ntlm/auth_winbind.c | |
parent | 1d59fd4d733007ccabb69c945e1da2208c376b96 (diff) | |
parent | 157864d1e8cb069a3be0aadf71e114f9ae827df3 (diff) | |
download | samba-d3199276eac8caa55c8334458d156fd4badae338.tar.gz samba-d3199276eac8caa55c8334458d156fd4badae338.tar.bz2 samba-d3199276eac8caa55c8334458d156fd4badae338.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/auth/ntlm/auth_winbind.c')
-rw-r--r-- | source4/auth/ntlm/auth_winbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_winbind.c b/source4/auth/ntlm/auth_winbind.c index ac63b242e4..bf75ad9eca 100644 --- a/source4/auth/ntlm/auth_winbind.c +++ b/source4/auth/ntlm/auth_winbind.c @@ -24,7 +24,7 @@ #include "includes.h" #include "auth/auth.h" #include "auth/ntlm/auth_proto.h" -#include "auth/session_proto.h" +#include "auth/auth_sam_reply.h" #include "nsswitch/winbind_client.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "librpc/gen_ndr/ndr_winbind.h" |