git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'exim-4_82_1'
[exim.git]
/
src
/
exim_monitor
/
em_globals.c
diff --git
a/src/exim_monitor/em_globals.c
b/src/exim_monitor/em_globals.c
index 366af7e9744c93d774f4dd8d55ad337ff7e1d61c..d5205d08f60379d530f6cdc644d09032e4456abd 100644
(file)
--- a/
src/exim_monitor/em_globals.c
+++ b/
src/exim_monitor/em_globals.c
@@
-145,6
+145,11
@@
BOOL dkim_disable_verify = FALSE;
BOOL dont_deliver = FALSE;
BOOL dont_deliver = FALSE;
+#ifdef EXPERIMENTAL_DSN
+int dsn_ret = 0;
+uschar *dsn_envid = NULL;
+#endif
+
#ifdef WITH_CONTENT_SCAN
int fake_response = OK;
#endif
#ifdef WITH_CONTENT_SCAN
int fake_response = OK;
#endif
@@
-213,6
+218,7
@@
int string_datestamp_type = -1;
BOOL timestamps_utc = FALSE;
tls_support tls_in = {
-1, /* tls_active */
BOOL timestamps_utc = FALSE;
tls_support tls_in = {
-1, /* tls_active */
+ 0, /* bits */
FALSE, /* tls_certificate_verified */
NULL, /* tls_cipher */
FALSE, /* tls_on_connect */
FALSE, /* tls_certificate_verified */
NULL, /* tls_cipher */
FALSE, /* tls_on_connect */