1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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
This commit is contained in:
Volker Lendecke 2016-07-14 07:43:20 +02:00
parent f23b25cfbe
commit db020b3903

View File

@ -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;
}