git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix pair of buffer size errors. Bug 1478
[users/jgh/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..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 */
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 */