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

Add a missing return

parent e920df61
......@@ -400,6 +400,7 @@ SES_Wait(struct sess *sp, const struct transport *xp)
if (WS_Reserve(sp->ws, sizeof(struct waited))
< sizeof(struct waited)) {
SES_Delete(sp, SC_OVERLOAD, NAN);
return;
}
wp = (void*)sp->ws->f;
INIT_OBJ(wp, WAITED_MAGIC);
......
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