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/torture/auth | |
parent | bc42f251c3c0a2fd33e4b8487410f61392f8dcc3 (diff) | |
download | samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.gz samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.tar.bz2 samba-a83feb2fe3e00241c340cdcab5674a250a1858ce.zip |
s4:auth: move make_server_info_netlogon_validation() function arround
metze
Diffstat (limited to 'source4/torture/auth')
-rw-r--r-- | source4/torture/auth/pac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index f6f2fcb498..fd54863686 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -28,7 +28,7 @@ #include "samba3/samba3.h" #include "libcli/security/security.h" #include "torture/torture.h" -#include "auth/session_proto.h" +#include "auth/auth_sam_reply.h" static bool torture_pac_self_check(struct torture_context *tctx) { |