svn commit: samba r19750 - in branches/SAMBA_3_0_24/source/nsswitch: .

jra at samba.org jra at samba.org
Thu Nov 16 20:10:24 GMT 2006


Author: jra
Date: 2006-11-16 20:10:22 +0000 (Thu, 16 Nov 2006)
New Revision: 19750

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

Log:
Fix tdb_backup call.
Jeremy.

Modified:
   branches/SAMBA_3_0_24/source/nsswitch/winbindd_util.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/nsswitch/winbindd_util.c
===================================================================
--- branches/SAMBA_3_0_24/source/nsswitch/winbindd_util.c	2006-11-16 18:44:26 UTC (rev 19749)
+++ branches/SAMBA_3_0_24/source/nsswitch/winbindd_util.c	2006-11-16 20:10:22 UTC (rev 19750)
@@ -1229,7 +1229,7 @@
 	pstrcpy(backup_name, idmap_name);
 	pstrcat(backup_name, ".bak");
 
-	if (backup_tdb(idmap_name, backup_name) != 0) {
+	if (backup_tdb(idmap_name, backup_name, 0) != 0) {
 		DEBUG(0, ("Could not backup idmap database\n"));
 		return False;
 	}



More information about the samba-cvs mailing list