Changeset 336

Show
Ignore:
Timestamp:
07/06/07 23:00:34 (1 year ago)
Author:
florida
Message:

correction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/libhttpd/api.c

    r311 r336  
    1515** 
    1616** 
    17 ** $Id: api.c 290 2004-11-22 21:45:58Z alexcv
     17** $Id: api.c 1239 2007-05-30 19:21:21Z david
    1818** 
    1919*/ 
     
    574574 
    575575#if 0 
    576         /* XXX: For WifiDog, we only process the query string parameters  
    577            but keep the GET variables in the request.query! 
     576       /* XXX: For WifiDog, we only process the query string parameters  
     577          but keep the GET variables in the request.query! 
    578578        */ 
    579579        /* 
     
    595595        if (cp != NULL) 
    596596        { 
    597                 *cp++ = 0; 
     597               *cp++ = 0; 
    598598                strncpy(r->request.query, cp, sizeof(r->request.query)); 
    599599                _httpd_storeData(r, cp); 
    600600        } 
    601601 
    602         return(0); 
     602       return(0); 
    603603} 
    604604 
  • wifidog/wifidog-client/libhttpd/httpd.h

    r311 r336  
    9999                authLength; 
    100100        char    path[HTTP_MAX_URL], 
    101                 query[HTTP_MAX_URL], 
    102                host[HTTP_MAX_URL], /* acv@acv.ca/wifidog: Added decoding 
     101               query[HTTP_MAX_URL], 
     102                host[HTTP_MAX_URL], /* acv@acv.ca/wifidog: Added decoding 
    103103                                       of host: header if present. */ 
    104104                ifModified[HTTP_MAX_URL];