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
Add string-hashing interface
[exim.git]
/
src
/
exim_monitor
/
em_log.c
diff --git
a/src/exim_monitor/em_log.c
b/src/exim_monitor/em_log.c
index a2a489c3a49635fe7471e1666338308df0340a64..d9b2a7933662718a14997a21155ab4618ba396cb 100644
(file)
--- a/
src/exim_monitor/em_log.c
+++ b/
src/exim_monitor/em_log.c
@@
-292,7
+292,7
@@
if (LOG != NULL)
if ((p = Ustrstr(buffer, "==")) != NULL)
{
queue_item *qq = find_queue(id, queue_noop, 0);
- if (qq
!= NULL
)
+ if (qq)
{
dest_item *d;
uschar *q, *r;