X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fperl.c;h=58643f0fa24707009068a5e361b4d4f94ddb33be;hb=8f0d0a3138e138ffa6bcc94c8378f5eb22573f0e;hp=5239f3d513943cc94ed3716f2302f02fa9e3ab94;hpb=f9ba5e2255cf18092750fffacb6a9603571a2be5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/perl.c b/src/src/perl.c index 5239f3d51..58643f0fa 100644 --- a/src/src/perl.c +++ b/src/src/perl.c @@ -62,7 +62,7 @@ XS(xs_expand_string) ST(0) = sv_newmortal(); if (str != NULL) sv_setpv(ST(0), CCS str); - else if (!expand_string_forcedfail) + else if (!f.expand_string_forcedfail) croak("syntax error in Exim::expand_string argument: %s", expand_string_message); }