Commit 9bb68d85 authored by Nils Goroll's avatar Nils Goroll

remove superfluous assert

We handle the error case just above
parent 09253629
......@@ -171,7 +171,6 @@ vrg_dorange(struct req *req, const char *r, void **priv)
if (vrg_priv == NULL)
return ("WS too small");
XXXAN(vrg_priv);
INIT_OBJ(vrg_priv, VRG_PRIV_MAGIC);
vrg_priv->range_off = 0;
vrg_priv->range_low = low;
......
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