X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fsearch.c;h=86363a210a74d12871dfce90ab7c0380d71e1d07;hb=0eb8eedd73556dbf5bb59ee7ebaed5fee282afc1;hp=3dac52eafa7e9ec2a6ee7441a6b517685331c156;hpb=d78371933afdcbdb420e40a2855b548a4673dc3d;p=exim.git diff --git a/src/src/search.c b/src/src/search.c index 3dac52eaf..86363a210 100644 --- a/src/src/search.c +++ b/src/src/search.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/search.c,v 1.4 2006/12/04 15:00:20 ph10 Exp $ */ +/* $Cambridge: exim/src/src/search.c,v 1.6 2007/08/29 14:02:22 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* Copyright (c) University of Cambridge 1995 - 2007 */ /* See the file NOTICE for conditions of use and distribution. */ /* A set of functions to search databases in various formats. An open @@ -397,7 +397,7 @@ if (lk->type == lookup_absfile && open_filecount >= lookup_open_max) /* 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;