mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
Stupid typo. Should be if (!tdb).
Jeremy.
This commit is contained in:
parent
d52bc4d219
commit
d3496897f1
@ -196,7 +196,7 @@ void brl_shutdown(int read_only)
|
||||
{
|
||||
BOOL check_self = True;
|
||||
|
||||
if (tdb)
|
||||
if (!tdb)
|
||||
return;
|
||||
|
||||
/* delete any dead locks */
|
||||
|
Loading…
x
Reference in New Issue
Block a user