[Pkg-samba-maint] r1061 - trunk/patches

Christian Perrier bubulle at costa.debian.org
Thu May 25 07:07:30 UTC 2006


Author: bubulle
Date: 2006-05-25 07:07:29 +0000 (Thu, 25 May 2006)
New Revision: 1061

Modified:
   trunk/patches/py_tdb-3.0.23pre1_fix.patch
Log:
Fix the patch which was messed in previous commit


Modified: trunk/patches/py_tdb-3.0.23pre1_fix.patch
===================================================================
--- trunk/patches/py_tdb-3.0.23pre1_fix.patch	2006-05-25 06:22:21 UTC (rev 1060)
+++ trunk/patches/py_tdb-3.0.23pre1_fix.patch	2006-05-25 07:07:29 UTC (rev 1061)
@@ -1,13 +1,13 @@
 Index: samba-3.0.23pre1/source/python/py_tdb.c
 ===================================================================
---- samba-3.0.23pre1.orig/source/python/py_tdb.c	2006-05-24 20:31:14.368997592 +0200
-+++ samba-3.0.23pre1/source/python/py_tdb.c	2006-05-24 20:32:02.528676208 +0200
+--- samba-3.0.23pre1.orig/source/python/py_tdb.c	2005-07-28 15:19:41.000000000 +0200
++++ samba-3.0.23pre1/source/python/py_tdb.c	2006-05-25 09:07:34.719135744 +0200
 @@ -494,7 +494,7 @@
  	if (!PyArg_ParseTuple(args, "s|i", &s, &timeout))
  		return NULL;
  
--	/*	result = tdb_lock_bystring(obj->tdb, s, timeout); */
-+		result = tdb_lock_bystring_with_timeout(obj->tdb, s, timeout); 
+-	result = tdb_lock_bystring(obj->tdb, s, timeout);
++	result = tdb_lock_bystring_with_timeout(obj->tdb, s, timeout);
  
  	return PyInt_FromLong(result != -1);
  }




More information about the Pkg-samba-maint mailing list