X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2Faccept.c;h=3cb43b6180399e3b520d46c0f1e7c7659458c3ce;hb=1e1ddfac79fbcd052f199500a6493c7f79cb8462;hp=b3a54e7cb83864be2f3bc779ecd200b30a667acc;hpb=d5b80e59458182b2d557a929a18cb8c70cd56b68;p=exim.git diff --git a/src/src/routers/accept.c b/src/src/routers/accept.c index b3a54e7cb..3cb43b618 100644 --- a/src/src/routers/accept.c +++ b/src/src/routers/accept.c @@ -2,7 +2,8 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2015 */ +/* Copyright (c) University of Cambridge 1995 - 2018 */ +/* Copyright (c) The Exim Maintainers 2020 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -15,7 +16,7 @@ empty declarations ("undefined" in the Standard) we put in a dummy value. */ optionlist accept_router_options[] = { - { "", opt_hidden, NULL } + { "", opt_hidden, {NULL} } }; /* Size of the options list. An extern variable has to be used so that its @@ -117,7 +118,7 @@ DEBUG(D_route) debug_printf("%s router called for %s\n domain = %s\n", rc = rf_get_errors_address(addr, rblock, verify, &errors_to); if (rc != OK) return rc; -/* Set up the additional and removeable headers for the address. */ +/* Set up the additional and removable headers for the address. */ rc = rf_get_munge_headers(addr, rblock, &extra_headers, &remove_headers); if (rc != OK) return rc;