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:
9f1a75f
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Jun 2022 11:29:05 +0000
(12:29 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Jun 2022 11:29:05 +0000
(12:29 +0100)
src/src/drtables.c
patch
|
blob
|
history
diff --git
a/src/src/drtables.c
b/src/src/drtables.c
index b2f2a4b33c4974fd45031cafbdfdaaf623321f63..30eb855e3695762cd75a43ca3cca1e5f26c0b6df 100644
(file)
--- a/
src/src/drtables.c
+++ b/
src/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, NUL
L
))
{
int pathnamelen = len + (int)strlen(LOOKUP_MODULE_DIR) + 2;
void *dl;