mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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)
|
||||
break;
|
||||
|
||||
ok = -1;
|
||||
for(i = 0; i < MaxObjs && objs[i].name[0]; i++){
|
||||
n = strlen(objs[i].name);
|
||||
if((objs[i].name[n-1] == '/' && strncmp(c->req.uri, objs[i].name, n) == 0)
|
||||
|
|
Loading…
Reference in a new issue