X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/a55697acf8d60ff8fc67f8fc46f23b8f53a3b823..25bd12fdff615275da6b811570b0f65d57ddc441:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index 08014c9af..65dffe10a 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -417,6 +417,8 @@ for (struct auth_info * ai = auths_available; ai->driver_name[0]; ai++) spf(buf, sizeof(buf), US"_DRIVER_AUTHENTICATOR_%T", ai->driver_name); builtin_macro_create(buf); options_from_list(ai->options, (unsigned)*ai->options_count, US"AUTHENTICATOR", ai->driver_name); + + if (ai->macros_create) (ai->macros_create)(); } }