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/smbd | |
parent | bc42f251c3c0a2fd33e4b8487410f61392f8dcc3 (diff) | |
download | samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.gz |
s4:auth: move make_server_info_netlogon_validation() function arround
metze
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service_named_pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/service_named_pipe.c b/source4/smbd/service_named_pipe.c index 02b71de7c3f..e3c0908a150 100644 --- a/source4/smbd/service_named_pipe.c +++ b/source4/smbd/service_named_pipe.c @@ -25,6 +25,7 @@ #include "smbd/service.h" #include "param/param.h" #include "auth/session.h" +#include "auth/auth_sam_reply.h" #include "lib/stream/packet.h" #include "librpc/gen_ndr/ndr_named_pipe_auth.h" #include "system/passwd.h" |