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
OpenSSL: tidy options debug output
[users/jgh/exim.git]
/
src
/
exim_monitor
/
em_menu.c
diff --git
a/src/exim_monitor/em_menu.c
b/src/exim_monitor/em_menu.c
index 6cd009d2b56f514e85844351ab2b7514aa31c72f..31ce1a3718794c8b0c3f255daae733047a75b3d5 100644
(file)
--- a/
src/exim_monitor/em_menu.c
+++ b/
src/exim_monitor/em_menu.c
@@
-2,7
+2,7
@@
* Exim Monitor *
*************************************************/
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 201
7
*/
+/* Copyright (c) University of Cambridge 1995 - 201
8
*/
/* See the file NOTICE for conditions of use and distribution. */
/* See the file NOTICE for conditions of use and distribution. */
@@
-680,7
+680,7
@@
if (spool_read_header(buffer, TRUE, FALSE) != spool_read_OK)
if (sender_address != NULL)
{
if (sender_address != NULL)
{
- text_showf(text, "%s sender: <%s>\n",
sender_local
? "Local" : "Remote",
+ text_showf(text, "%s sender: <%s>\n",
f.sender_local
? "Local" : "Remote",
sender_address);
}
sender_address);
}