projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67791ce
)
Missing initialiser
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 25 May 2014 12:21:39 +0000
(13:21 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 25 May 2014 12:21:39 +0000
(13:21 +0100)
src/src/globals.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/globals.c
b/src/src/globals.c
index b3d2ab8c5401b509ca47a103217cb5eed97ec127..761db61812683ca6d9d7eb1fa520d6b5e02d956d 100644
(file)
--- 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;