X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Freadconf.c;h=3f307fd5cc5ff37a961c58b155e732b522664768;hb=9377b957cdd0f1057db6efb7bccbde13e7d2a27a;hp=658719dff0d11e8e12498b72402f8ea771fd6087;hpb=d3e58fcb87faf7131a2712fcfaef200ffd191f05;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/readconf.c b/src/src/readconf.c index 658719dff..3f307fd5c 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -123,6 +123,7 @@ static optionlist optionlist_config[] = { #endif { "dns_again_means_nonexist", opt_stringptr, &dns_again_means_nonexist }, { "dns_check_names_pattern", opt_stringptr, &check_dns_names_pattern }, + { "dns_cname_loops", opt_int, &dns_cname_loops }, { "dns_csa_search_limit", opt_int, &dns_csa_search_limit }, { "dns_csa_use_reverse", opt_bool, &dns_csa_use_reverse }, { "dns_dnssec_ok", opt_int, &dns_dnssec_ok }, @@ -690,7 +691,7 @@ for (m = macros; m; m = m->next) if (!m->command_line && !redef) { log_write(0, LOG_CONFIG|LOG_PANIC, "macro \"%s\" is already " - "defined (use \"==\" if you want to redefine it", name); + "defined (use \"==\" if you want to redefine it)", name); return FALSE; } break;