summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-11-24 09:44:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:25 -0500
commit3bd5c9a8385576c3201580233e521b9de11918ab (patch)
treec2d739c27c65257598463041944fffa76fee33ea
parent97bb32d61f825c524bd0e4caecce056088e13a6d (diff)
downloadsamba-3bd5c9a8385576c3201580233e521b9de11918ab.tar.gz
samba-3bd5c9a8385576c3201580233e521b9de11918ab.tar.bz2
samba-3bd5c9a8385576c3201580233e521b9de11918ab.zip
r3940: typo.
Guenther (This used to be commit 412ff4a129c5e719aa4d4e4856500ff59c82b939)
-rw-r--r--source3/lib/account_pol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c
index c8507f722d..9120452e2e 100644
--- a/source3/lib/account_pol.c
+++ b/source3/lib/account_pol.c
@@ -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));