diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:25:38 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:25:38 +0200 |
commit | c1884f31ea13618cd3a94a30f9c413d176d1e258 (patch) | |
tree | 4c049b69f9f4b44503a0109d579e7893da25c8f7 /source4/smbd | |
parent | 7f68870bc939e33df958f708ec7f46253fefadd9 (diff) | |
download | samba-c1884f31ea13618cd3a94a30f9c413d176d1e258.tar.gz samba-c1884f31ea13618cd3a94a30f9c413d176d1e258.tar.bz2 samba-c1884f31ea13618cd3a94a30f9c413d176d1e258.zip |
ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap.
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 65364556fc..2d837dd1fc 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -191,7 +191,7 @@ static void prime_ldb_databases(struct tevent_context *event_ctx) TALLOC_CTX *db_context; db_context = talloc_new(event_ctx); - samdb_connect(db_context, event_ctx, cmdline_lp_ctx, system_session(cmdline_lp_ctx)); + samdb_connect(db_context, event_ctx, cmdline_lp_ctx, system_session(cmdline_lp_ctx), 0); privilege_connect(db_context, event_ctx, cmdline_lp_ctx); /* we deliberately leave these open, which allows them to be |