summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-09-20 17:42:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-10-12 03:35:36 +0000
commit5742f5115cc5102a668f8debc86deec23a4081f1 (patch)
treebd8126298ae55b5ce1fe40025c0a048e551013bf /source4/dsdb/repl
parent911169451b0f801c3fbe4c698d74e9801d973ee0 (diff)
downloadsamba-5742f5115cc5102a668f8debc86deec23a4081f1.tar.gz
samba-5742f5115cc5102a668f8debc86deec23a4081f1.tar.bz2
samba-5742f5115cc5102a668f8debc86deec23a4081f1.zip
libcli/security Use common security.h
This includes dom_sid.h and security_token.h and will be moved to the top level shortly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 03:35:36 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r--source4/dsdb/repl/drepl_out_pull.c2
-rw-r--r--source4/dsdb/repl/drepl_partitions.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/repl/drepl_out_pull.c b/source4/dsdb/repl/drepl_out_pull.c
index c13dadc986..3e59ee95ac 100644
--- a/source4/dsdb/repl/drepl_out_pull.c
+++ b/source4/dsdb/repl/drepl_out_pull.c
@@ -32,7 +32,7 @@
#include "librpc/gen_ndr/ndr_drsuapi.h"
#include "librpc/gen_ndr/ndr_drsblobs.h"
#include "libcli/composite/composite.h"
-#include "libcli/security/dom_sid.h"
+#include "libcli/security/security.h"
WERROR dreplsrv_schedule_partition_pull_source(struct dreplsrv_service *s,
struct dreplsrv_partition_source_dsa *source,
diff --git a/source4/dsdb/repl/drepl_partitions.c b/source4/dsdb/repl/drepl_partitions.c
index fd0ffd954a..e272747d80 100644
--- a/source4/dsdb/repl/drepl_partitions.c
+++ b/source4/dsdb/repl/drepl_partitions.c
@@ -31,7 +31,7 @@
#include "librpc/gen_ndr/ndr_misc.h"
#include "librpc/gen_ndr/ndr_drsuapi.h"
#include "librpc/gen_ndr/ndr_drsblobs.h"
-#include "libcli/security/dom_sid.h"
+#include "libcli/security/security.h"
#include "param/param.h"
WERROR dreplsrv_load_partitions(struct dreplsrv_service *s)