Commit bba36ef0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't drop non-existent object.

parent 94f9edba
...@@ -746,7 +746,6 @@ cnt_fetchbody(struct sess *sp) ...@@ -746,7 +746,6 @@ cnt_fetchbody(struct sess *sp)
sp->wrk->exp.ttl = params->shortlived; sp->wrk->exp.ttl = params->shortlived;
} }
if (sp->obj == NULL) { if (sp->obj == NULL) {
HSH_Drop(sp);
sp->err_code = 503; sp->err_code = 503;
sp->step = STP_ERROR; sp->step = STP_ERROR;
VDI_CloseFd(sp); VDI_CloseFd(sp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment