1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/exim/drtables-typo.patch
2022-06-29 08:51:33 +00:00

24 lines
761 B
Diff

Patch-Source: https://github.com/Exim/exim/commit/d056854.patch
From d05685413efd3262b4a5622717f90bba351f1074 Mon Sep 17 00:00:00 2001
From: Jeremy Harris <jgh146exb@wizmail.org>
Date: Sun, 26 Jun 2022 12:29:05 +0100
Subject: [PATCH] typo
---
src/src/drtables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/src/drtables.c b/src/src/drtables.c
index b2f2a4b33..30eb855e3 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;