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
Testsuite: clarify testcase for dnsdb dns:fail event.
[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 fbcb6b1c01eed86a0038887fb358df0ec12ff19c..49f649d7e9b745192ad663aad23a19493e58b9e9 100644
(file)
--- a/
src/exim_monitor/em_log.c
+++ b/
src/exim_monitor/em_log.c
@@
-294,7
+294,7
@@
if (LOG != NULL)
if ((p = Ustrstr(buffer, "==")) != NULL)
{
if ((p = Ustrstr(buffer, "==")) != NULL)
{
- queue_item *qq = find_queue(id, queue_noop, 0);
+ queue_item *
qq = find_queue(id, queue_noop, 0);
if (qq)
{
dest_item *d;
if (qq)
{
dest_item *d;
@@
-302,14
+302,12
@@
if (LOG != NULL)
p += 2;
while (isspace(*p)) p++;
q = p;
p += 2;
while (isspace(*p)) p++;
q = p;
- while (*p
!= 0
&& !isspace(*p))
+ while (*p && !isspace(*p))
{
if (*p++ != '\"') continue;
{
if (*p++ != '\"') continue;
- while (*p != 0)
- {
+ while (*p)
if (*p == '\\') p += 2;
if (*p == '\\') p += 2;
- else if (*p++ == '\"') break;
- }
+ else if (*p++ == '\"') break;
}
*p++ = 0;
if ((r = strstric(q, qualify_domain, FALSE)) != NULL &&
}
*p++ = 0;
if ((r = strstric(q, qualify_domain, FALSE)) != NULL &&