Return success when the responder is active.
Don't verify our own responses.
This commit is contained in:
parent
265f835e3e
commit
99fc818e93
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue