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

r3940: typo.

Guenther
(This used to be commit 412ff4a129)
This commit is contained in:
Günther Deschner 2004-11-24 09:44:57 +00:00 committed by Gerald (Jerry) Carter
parent 97bb32d61f
commit 3bd5c9a838

View File

@ -149,7 +149,7 @@ BOOL account_policy_get(int field, uint32 *value)
return False;
}
if (!tdb_fetch_uint32(tdb, name, value)) {
DEBUG(1, ("account_policy_get: tdb_fetch_uint32 failed for efild %d (%s), returning 0", field, name));
DEBUG(1, ("account_policy_get: tdb_fetch_uint32 failed for field %d (%s), returning 0\n", field, name));
return False;
}
DEBUG(10,("account_policy_get: %s:%d\n", name, *value));