X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/94effde9cace54a4b164001da229d59cc46c20ca..23f2e90d7982f35e7a94a9df3128c1e574a26770:/src/src/routers/ipliteral.c diff --git a/src/src/routers/ipliteral.c b/src/src/routers/ipliteral.c index fb25e695b..1abdb043a 100644 --- a/src/src/routers/ipliteral.c +++ b/src/src/routers/ipliteral.c @@ -15,7 +15,7 @@ empty declarations ("undefined" in the Standard) we put in a dummy value. */ optionlist ipliteral_router_options[] = { - { "", opt_hidden, NULL } + { "", opt_hidden, {NULL} } }; /* Size of the options list. An extern variable has to be used so that its