diff options
Diffstat (limited to 'source3/lib/account_pol.c')
-rw-r--r-- | source3/lib/account_pol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c index 0694b1c3f8..6bf7346fe7 100644 --- a/source3/lib/account_pol.c +++ b/source3/lib/account_pol.c @@ -269,7 +269,7 @@ BOOL init_account_policy(void) } /* handle a Samba upgrade */ - tdb_lock_bystring(tdb, vstring,0); + tdb_lock_bystring(tdb, vstring); if (!tdb_fetch_uint32(tdb, vstring, &version) || version != DATABASE_VERSION) { tdb_store_uint32(tdb, vstring, DATABASE_VERSION); |