From d10293dfdc1c2aded1305191161dbd31521557bf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Nov 2008 16:29:11 +0100 Subject: s3-libnet-samsync: add samsync_ops to all samsync modules. Guenther --- source3/libnet/libnet_samsync_ldif.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/libnet/libnet_samsync_ldif.c') diff --git a/source3/libnet/libnet_samsync_ldif.c b/source3/libnet/libnet_samsync_ldif.c index dd5380b6b8..245ebe0b9f 100644 --- a/source3/libnet/libnet_samsync_ldif.c +++ b/source3/libnet/libnet_samsync_ldif.c @@ -1226,3 +1226,7 @@ NTSTATUS fetch_sam_entries_ldif(TALLOC_CTX *mem_ctx, } #endif + +const struct samsync_ops libnet_samsync_ldif_ops = { + .process_objects = fetch_sam_entries_ldif, +}; -- cgit