summaryrefslogtreecommitdiff
path: root/source3/smbd/smbXsrv_client.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-07-14 07:43:20 +0200
committerVolker Lendecke <vl@samba.org>2016-07-15 20:32:19 +0200
commitdb020b390342ebe03cfa672bb9d3cffe28a404f7 (patch)
tree99265a9ba0ca56d0480521ffe6e509100ce88086 /source3/smbd/smbXsrv_client.c
parentf23b25cfbe62e4e3a43ff55fe95680ca33733467 (diff)
downloadsamba-db020b390342ebe03cfa672bb9d3cffe28a404f7.tar.gz
smbd: Remove a reference to dbwrap_watch_db()
This has never been watched, so it's an unnecessary overhead on dbwrap_record_store(). Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jul 15 20:32:19 CEST 2016 on sn-devel-144
Diffstat (limited to 'source3/smbd/smbXsrv_client.c')
-rw-r--r--source3/smbd/smbXsrv_client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/smbXsrv_client.c b/source3/smbd/smbXsrv_client.c
index 7286b6e0208..ca04ae75ec7 100644
--- a/source3/smbd/smbXsrv_client.c
+++ b/source3/smbd/smbXsrv_client.c
@@ -167,8 +167,6 @@ static NTSTATUS smbXsrv_client_table_create(TALLOC_CTX *mem_ctx,
table->global.db_ctx = smbXsrv_client_global_db_ctx;
- dbwrap_watch_db(table->global.db_ctx, msg_ctx);
-
*_table = table;
return NT_STATUS_OK;
}