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
Testsuite: output changes resulting
[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 e0ed0244e5afee5fbfc4333a34ba0910a60a1a30..0a4f92e4f492ee6696fab6ba93d782127f6f3aab 100644
(file)
--- a/
src/exim_monitor/em_globals.c
+++ b/
src/exim_monitor/em_globals.c
@@
-148,6
+148,10
@@
BOOL dont_deliver = FALSE;
int dsn_ret = 0;
uschar *dsn_envid = NULL;
int dsn_ret = 0;
uschar *dsn_envid = NULL;
+struct global_flags f = {
+ .sender_local = FALSE,
+};
+
#ifdef WITH_CONTENT_SCAN
int fake_response = OK;
#endif
#ifdef WITH_CONTENT_SCAN
int fake_response = OK;
#endif
@@
-205,7
+209,6
@@
uschar *sender_host_authenticated = NULL;
uschar *sender_host_name = NULL;
int sender_host_port = 0;
uschar *sender_ident = NULL;
uschar *sender_host_name = NULL;
int sender_host_port = 0;
uschar *sender_ident = NULL;
-BOOL sender_local = FALSE;
BOOL sender_set_untrusted = FALSE;
uschar *smtp_active_hostname = NULL;
BOOL sender_set_untrusted = FALSE;
uschar *smtp_active_hostname = NULL;
@@
-217,7
+220,7
@@
int string_datestamp_type = -1;
BOOL timestamps_utc = FALSE;
tls_support tls_in = {
BOOL timestamps_utc = FALSE;
tls_support tls_in = {
-
-1,
/* tls_active */
+
{-1},
/* tls_active */
0, /* bits */
FALSE, /* tls_certificate_verified */
#ifdef SUPPORT_DANE
0, /* bits */
FALSE, /* tls_certificate_verified */
#ifdef SUPPORT_DANE