tused and not set - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ff923f10a90e0d71525a850cf181555863497ccf
 (DIR) parent 3d46902dccd9fa84ca2e7041739e702bfc9dadb7
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 29 Oct 2005 17:40:02 +0000
       
       used and not set
       
       Diffstat:
         M src/cmd/venti/srv/httpd.c           |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/venti/srv/httpd.c b/src/cmd/venti/srv/httpd.c
       t@@ -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)