fix
This commit is contained in:
parent
2e53d02ca2
commit
f0928a82fc
@ -856,6 +856,13 @@ static void *worker_thread(void *arg) {
|
|||||||
syslog(LOG_DEBUG, "verify (%p) worker_thread: this is a permanent result, returning", wt->vwh);
|
syslog(LOG_DEBUG, "verify (%p) worker_thread: this is a permanent result, returning", wt->vwh);
|
||||||
wt->output = ct->output;
|
wt->output = ct->output;
|
||||||
result = ct->result;
|
result = ct->result;
|
||||||
|
|
||||||
|
/* re-concatenate hostname_part */
|
||||||
|
if (hostname_part) {
|
||||||
|
hostname_part--;
|
||||||
|
*hostname_part = ' ';
|
||||||
|
}
|
||||||
|
|
||||||
cache_insert(wt->vwh, wt->input, ct->result, ct->output);
|
cache_insert(wt->vwh, wt->input, ct->result, ct->output);
|
||||||
/* ct will be freed later, since its output is needed below */
|
/* ct will be freed later, since its output is needed below */
|
||||||
break; /* exit from the ct-collecting while loop, leave the rest of the ct's
|
break; /* exit from the ct-collecting while loop, leave the rest of the ct's
|
||||||
|
Loading…
x
Reference in New Issue
Block a user