[exim-cvs] Fix DYNLOOKUP build for lsearch. Bug 3012

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] Fix DYNLOOKUP build for lsearch. Bug 3012
Gitweb: https://git.exim.org/exim.git/commitdiff/c5768a4180949d5b817a95850f5ff287c8765099
Commit:     c5768a4180949d5b817a95850f5ff287c8765099
Parent:     98820cd6053797a63f8daddd56c67ea6d8c13d46
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Jul 24 15:05:35 2023 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Jul 24 15:05:35 2023 +0100


    Fix DYNLOOKUP build for lsearch.  Bug 3012
---
 src/src/lookups/lsearch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/lookups/lsearch.c b/src/src/lookups/lsearch.c
index f668f60f2..fcbd36952 100644
--- a/src/src/lookups/lsearch.c
+++ b/src/src/lookups/lsearch.c
@@ -421,7 +421,7 @@ gstring *
lsearch_version_report(gstring * g)
{
#ifdef DYNLOOKUP
-g = string_fmt_append(g, "Library version: lsearch: Exim version %s\n", EXIM_VERSION_STR));
+g = string_fmt_append(g, "Library version: lsearch: Exim version %s\n", EXIM_VERSION_STR);
#endif
return g;
}

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/