git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98820cd
)
Fix DYNLOOKUP build for lsearch. Bug 3012
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 24 Jul 2023 14:05:35 +0000
(15:05 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 24 Jul 2023 14:05:35 +0000
(15:05 +0100)
src/src/lookups/lsearch.c
patch
|
blob
|
history
diff --git
a/src/src/lookups/lsearch.c
b/src/src/lookups/lsearch.c
index f668f60f231838a25cc222243c7d8681bade6895..fcbd36952704d0860a0a819ef0b44f00d078cd7f 100644
(file)
--- 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;
}