Return success when the responder is active.
Don't verify our own responses. (backport from HEAD)
This commit is contained in:
parent
45da1efcdb
commit
db05bc512d
1 changed files with 6 additions and 0 deletions
|
@ -844,6 +844,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