This commit is contained in:
whottgen 2007-08-28 09:32:39 +00:00
parent 2e53d02ca2
commit f0928a82fc

View File

@ -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);
wt->output = ct->output;
result = ct->result;
/* re-concatenate hostname_part */
if (hostname_part) {
hostname_part--;
*hostname_part = ' ';
}
cache_insert(wt->vwh, wt->input, ct->result, ct->output);
/* 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