Missing initialiser
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 May 2014 12:21:39 +0000 (13:21 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 May 2014 12:21:39 +0000 (13:21 +0100)
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;