r3940: typo.
authorGünther Deschner <gd@samba.org>
Wed, 24 Nov 2004 09:44:57 +0000 (09:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:25 +0000 (10:53 -0500)
Guenther
(This used to be commit 412ff4a129c5e719aa4d4e4856500ff59c82b939)

source3/lib/account_pol.c

index c8507f722d110cf012983bd528d2bf3c59140c95..9120452e2e0c7c8cc2bb9202a9f136a9dfe2e83f 100644 (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));