rpms/exim/devel exim-4.67-open-macro.patch,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Aug 22 17:58:50 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/exim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29323

Modified Files:
	exim-4.67-open-macro.patch 
Log Message:
harder

exim-4.67-open-macro.patch:

Index: exim-4.67-open-macro.patch
===================================================================
RCS file: /cvs/pkgs/rpms/exim/devel/exim-4.67-open-macro.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exim-4.67-open-macro.patch	22 Aug 2007 17:24:06 -0000	1.1
+++ exim-4.67-open-macro.patch	22 Aug 2007 17:58:47 -0000	1.2
@@ -18,3 +18,14 @@
           ((flags) == O_RDONLY)? DB_UNKNOWN : DB_HASH, \
           ((flags) == O_RDONLY)? DB_RDONLY : DB_CREATE, \
           mode)) != 0) *(dbpp) = NULL
+--- exim-4.67/src/search.c~	2007-04-17 14:06:40.000000000 +0100
++++ exim-4.67/src/search.c	2007-08-22 18:57:33.000000000 +0100
+@@ -397,7 +397,7 @@ if (lk->type == lookup_absfile && open_f
+ /* If opening is successful, call the file-checking function if there is one,
+ and if all is still well, enter the open database into the tree. */
+ 
+-handle = lk->open(filename, &search_error_message);
++handle = (lk->open)(filename, &search_error_message);
+ if (handle == NULL)
+   {
+   store_pool = old_pool;




More information about the fedora-extras-commits mailing list