Return success when the responder is active.

Don't verify our own responses.
This commit is contained in:
Dr. Stephen Henson 2012-12-15 02:56:02 +00:00
parent 265f835e3e
commit 99fc818e93

View file

@ -866,6 +866,12 @@ int MAIN(int argc, char **argv)
resp = NULL;
goto redo_accept;
}
ret = 0;
goto end;
}
else if (ridx_filename)
{
ret = 0;
goto end;
}