git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa5fb0
)
tidying
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 4 Jun 2022 14:00:03 +0000
(15:00 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 4 Jun 2022 14:00:03 +0000
(15:00 +0100)
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 1a4b4494507d37b201a957c28246d1d9d0f54784..fd01d1355485dd7b210c942080401384c38eec24 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-4065,7
+4065,7
@@
defined) */
{
int old_pool = store_pool;
#ifdef MEASURE_TIMING
- struct timeval t0
, diff
;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
#endif
@@
-4697,7
+4697,7
@@
needed in transports so we lost the optimisation. */
{
int old_pool = store_pool;
#ifdef MEASURE_TIMING
- struct timeval t0
, diff
;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
#endif
@@
-5091,7
+5091,7
@@
if (f.daemon_listen || f.inetd_wait_mode || queue_interval > 0)
routines in it, so call even if tls_require_ciphers is unset */
{
# ifdef MEASURE_TIMING
- struct timeval t0
, diff
;
+ struct timeval t0;
(void)gettimeofday(&t0, NULL);
# endif
if (!tls_dropprivs_validate_require_cipher(FALSE))