and error

git-svn-id: file:///svn/unbound/trunk@1894 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2009-11-10 08:15:08 +00:00
parent 45c07da4a0
commit 9890caff91

View File

@ -1390,9 +1390,7 @@ processFindKey(struct module_qstate* qstate, struct val_qstate* vq, int id)
free(err); free(err);
} }
/* and error */ /* and error */
vq->chase_reply->security = sec_status_bogus; return val_error(qstate, id);
vq->state = VAL_FINISHED_STATE;
return 1;
} }
target_key_name = vq->signer_name; target_key_name = vq->signer_name;