summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/operational.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-15 16:27:26 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-18 15:09:46 +1100
commit600c726f51099e607b06a257dc04af95ac06b2c2 (patch)
tree1d33c6634a81e55833baaf7a03f817c59f53d61e /source4/dsdb/samdb/ldb_modules/operational.c
parentb74ac941f9b72931963b6a629553d2fc2bb1e4ff (diff)
downloadsamba-600c726f51099e607b06a257dc04af95ac06b2c2.tar.gz
samba-600c726f51099e607b06a257dc04af95ac06b2c2.tar.bz2
samba-600c726f51099e607b06a257dc04af95ac06b2c2.zip
s4-dsdb: operational module does not need auth any more
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/operational.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/operational.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c
index 3f2977df32..f864a4fcf8 100644
--- a/source4/dsdb/samdb/ldb_modules/operational.c
+++ b/source4/dsdb/samdb/ldb_modules/operational.c
@@ -74,7 +74,6 @@
#include "dsdb/samdb/samdb.h"
#include "dsdb/samdb/ldb_modules/util.h"
-#include "auth/auth.h"
#include "libcli/security/security.h"
#ifndef ARRAY_SIZE
@@ -905,7 +904,6 @@ static int operational_init(struct ldb_module *ctx)
{
struct operational_data *data;
int ret;
- auth_init();
ret = ldb_next_init(ctx);