diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-10 20:21:11 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 16:20:11 +1100 |
commit | e3821f2c40691cc747d887bac14d4e3d37f0763b (patch) | |
tree | 8cfef9090749a0b93f0f6e24ee7b20b18aa7d2fa /source4/dsdb/repl | |
parent | d7fa34905223ebbf02dadcea0720062a30c3bbab (diff) | |
download | samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.gz samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.tar.bz2 samba-e3821f2c40691cc747d887bac14d4e3d37f0763b.zip |
s4-auth Move libcli/security/session.c to the top level
This code is now useful in common, as the elements of the
auth_session_info structure have now been defined in common IDL.
Andrew Bartlett
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r-- | source4/dsdb/repl/drepl_out_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/source4/dsdb/repl/drepl_out_helpers.c index 893eb3bbcd..ebf2f77708 100644 --- a/source4/dsdb/repl/drepl_out_helpers.c +++ b/source4/dsdb/repl/drepl_out_helpers.c @@ -34,6 +34,7 @@ #include "auth/gensec/gensec.h" #include "param/param.h" #include "../lib/util/tevent_ntstatus.h" +#include "libcli/security/security.h" struct dreplsrv_out_drsuapi_state { struct tevent_context *ev; |