git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbca26
)
Fix initializer for struct tls_support, per edc33b5f1aca and 817d9f576cd.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 17 Nov 2012 21:32:08 +0000
(21:32 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 17 Nov 2012 21:32:08 +0000
(21:32 +0000)
src/exim_monitor/em_globals.c
patch
|
blob
|
history
diff --git
a/src/exim_monitor/em_globals.c
b/src/exim_monitor/em_globals.c
index 366af7e9744c93d774f4dd8d55ad337ff7e1d61c..b0a912e5f5542c9622b160a840e8bbd514587cf3 100644
(file)
--- a/
src/exim_monitor/em_globals.c
+++ b/
src/exim_monitor/em_globals.c
@@
-213,6
+213,7
@@
int string_datestamp_type = -1;
BOOL timestamps_utc = FALSE;
tls_support tls_in = {
-1, /* tls_active */
+ 0, /* bits */
FALSE, /* tls_certificate_verified */
NULL, /* tls_cipher */
FALSE, /* tls_on_connect */