Missing initialiser
[exim.git] / src / src / globals.c
index b3d2ab8c5401b509ca47a103217cb5eed97ec127..761db61812683ca6d9d7eb1fa520d6b5e02d956d 100644 (file)
@@ -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;