exim/exim-4.96-build-fix.patch
TomNewChao c15f052460 initial package
modify exim.spec

add clamav

modify exim spec

modify spec file

spec file add notes

spec file modify username
2022-11-08 17:18:33 +08:00

14 lines
429 B
Diff

diff --git a/src/drtables.c b/src/drtables.c
index 513ef6c..3fa5c92 100644
--- a/src/drtables.c
+++ b/src/drtables.c
@@ -736,7 +736,7 @@ else
{
char * name = ent->d_name;
int len = (int)strlen(name);
- if (regex_match(regex_islookupmod, US name, len, NUL))
+ if (regex_match(regex_islookupmod, US name, len, NULL))
{
int pathnamelen = len + (int)strlen(LOOKUP_MODULE_DIR) + 2;
void *dl;