diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-21 10:43:15 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-21 13:36:11 +0100 |
commit | a83feb2fe3e00241c340cdcab5674a250a1858ce (patch) | |
tree | f33e9481937e94cfdb47ecb789304a429d2840a4 /source4/auth/ntlm | |
parent | bc42f251c3c0a2fd33e4b8487410f61392f8dcc3 (diff) | |
download | samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.gz samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.xz samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.zip |
s4:auth: move make_server_info_netlogon_validation() function arround
metze
Diffstat (limited to 'source4/auth/ntlm')
-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 ac63b242e49..bf75ad9eca5 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" |