mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
don't close the database after each claim_connection()
(This used to be commit d5ceb2972b65c261cfb04b6dcccb3ace9f2238a7)
This commit is contained in:
parent
8b1229c3fe
commit
5105c1b450
@ -102,7 +102,5 @@ BOOL claim_connection(connection_struct *conn,char *name,int max_connections,BOO
|
||||
|
||||
if (tdb_store(tdb, kbuf, dbuf, TDB_REPLACE) != 0) return False;
|
||||
|
||||
tdb_close(tdb);
|
||||
|
||||
return True;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user