X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Froute.c;h=3ca1afbfb63bf97cbc47930d341ead5993a70ff2;hb=109ad60f4d0f4cf43d9dec72fc6eeb3c20d0f062;hp=be91949b8bbeea405c01782e065b640bf77bce3c;hpb=c193398df07b9917b917b38030c4544271024474;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/route.c b/src/src/route.c index be91949b8..3ca1afbfb 100644 --- a/src/src/route.c +++ b/src/src/route.c @@ -152,7 +152,7 @@ readconf_options_from_list(optionlist_routers, nelem(optionlist_routers), US"RT" for (ri = routers_available; ri->driver_name[0]; ri++) { - macro_create(string_sprintf("_DRVR_RTR_%T", ri->driver_name), US"y", FALSE); + macro_create(string_sprintf("_DRVR_RTR_%T", ri->driver_name), US"y", FALSE, TRUE); readconf_options_from_list(ri->options, (unsigned)*ri->options_count, ri->driver_name); } }