used and not set
This commit is contained in:
parent
3d46902dcc
commit
ff923f10a9
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ httpproc(void *v)
|
||||||
if(hparsereq(c, 0) < 0)
|
if(hparsereq(c, 0) < 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
ok = -1;
|
|
||||||
for(i = 0; i < MaxObjs && objs[i].name[0]; i++){
|
for(i = 0; i < MaxObjs && objs[i].name[0]; i++){
|
||||||
n = strlen(objs[i].name);
|
n = strlen(objs[i].name);
|
||||||
if((objs[i].name[n-1] == '/' && strncmp(c->req.uri, objs[i].name, n) == 0)
|
if((objs[i].name[n-1] == '/' && strncmp(c->req.uri, objs[i].name, n) == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue