fetch structure no longer has a tag

This commit is contained in:
Bob Halley
1999-07-10 01:10:12 +00:00
parent f26747f494
commit 2d98b57c87

View File

@@ -83,7 +83,7 @@ done(isc_task_t *task, isc_event_t *event) {
fetch = next_fetch) {
next_fetch = ISC_LIST_NEXT(fetch, link);
if (fetch->private == event->sender &&
fetch->tag == event->tag)
fetch == event->tag)
break;
}
INSIST(fetch != NULL);