summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-25 13:21:39 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-25 13:21:39 +0100
commit533aaf9166d3e1cca6dac7e309914a88b25e4260 (patch)
tree3134ca4eb94fb69e693848b08e2317feb9aee5e5
parent67791ce4a0ae39a79aab22157d587d774190ac61 (diff)
Missing initialiser
-rw-r--r--src/src/globals.c3
1 files changed, 3 insertions, 0 deletions
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;