git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
DH parameters update, new values & default
[users/jgh/exim.git]
/
src
/
src
/
perl.c
diff --git
a/src/src/perl.c
b/src/src/perl.c
index fbe9ee8427dafb49e471647ab1dac7b1c8038ea2..92218a6efb1e5d33ba9c5289dc53a9b7e9337a03 100644
(file)
--- a/
src/src/perl.c
+++ b/
src/src/perl.c
@@
-186,7
+186,7
@@
call_perl_cat(uschar *yield, int *sizep, int *ptrp, uschar **errstrp,
return NULL;
}
str = US SvPV(sv, len);
- yield = string_cat(yield, sizep, ptrp, str, (int)len);
+ yield = string_cat
n
(yield, sizep, ptrp, str, (int)len);
FREETMPS;
LEAVE;