1
0
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:
Jeremy Allison -
parent d52bc4d219
commit d3496897f1

View File

@ -196,7 +196,7 @@ void brl_shutdown(int read_only)
{
BOOL check_self = True;
if (tdb)
if (!tdb)
return;
/* delete any dead locks */