svn commit: samba r3940 - branches/SAMBA_3_0/source/lib trunk/source/lib

gd at samba.org gd at samba.org
Wed Nov 24 09:44:58 GMT 2004


Author: gd
Date: 2004-11-24 09:44:57 +0000 (Wed, 24 Nov 2004)
New Revision: 3940

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3940

Log:
typo.

Guenther

Modified:
   branches/SAMBA_3_0/source/lib/account_pol.c
   trunk/source/lib/account_pol.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/account_pol.c
===================================================================
--- branches/SAMBA_3_0/source/lib/account_pol.c	2004-11-24 06:09:14 UTC (rev 3939)
+++ branches/SAMBA_3_0/source/lib/account_pol.c	2004-11-24 09:44:57 UTC (rev 3940)
@@ -149,7 +149,7 @@
 		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));

Modified: trunk/source/lib/account_pol.c
===================================================================
--- trunk/source/lib/account_pol.c	2004-11-24 06:09:14 UTC (rev 3939)
+++ trunk/source/lib/account_pol.c	2004-11-24 09:44:57 UTC (rev 3940)
@@ -149,7 +149,7 @@
 		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));



More information about the samba-cvs mailing list