webfs: arg...
parent
2dcdfb0d33
commit
b12100087c
|
@ -112,8 +112,6 @@ clientbodyopen(Client *c, Req *r)
|
||||||
if(c->authenticate && nauth++ < 1){
|
if(c->authenticate && nauth++ < 1){
|
||||||
if(c->url->close)
|
if(c->url->close)
|
||||||
(*c->url->close)(c);
|
(*c->url->close)(c);
|
||||||
free(next);
|
|
||||||
next = nil;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(next == nil)
|
if(next == nil)
|
||||||
|
|
Loading…
Reference in New Issue