From: Jeremy Harris Date: Sun, 25 May 2014 12:21:39 +0000 (+0100) Subject: Missing initialiser X-Git-Tag: exim-4_83_RC1~4 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/533aaf9166d3e1cca6dac7e309914a88b25e4260 Missing initialiser --- diff --git a/src/src/globals.c b/src/src/globals.c index b3d2ab8c5..761db6181 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1387,6 +1387,9 @@ transport_instance transport_defaults = { FALSE, /* log_defer_output */ TRUE_UNSET /* retry_use_local_part: BOOL, but set neither 1 nor 0 so can detect unset */ +#ifdef EXPERIMENTAL_TPDA + ,NULL /* tpda_delivery_action */ +#endif }; int transport_count;