/[hydra]/hydra/src/request.c
ViewVC logotype

Diff of /hydra/src/request.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by nmav, Wed Oct 2 08:54:09 2002 UTC revision 1.21 by nmav, Wed Oct 2 09:14:16 2002 UTC
# Line 719  char *p; Line 719  char *p;
719          return 0;          return 0;
720      }      }
721    
722      req->query_string = strdup( p);      if (p) {
723      if (req->query_string == NULL) {         req->query_string = strdup( p);
724         send_r_error( req);         if (req->query_string == NULL) {
725         return 0;            send_r_error( req);
726              return 0;
727           }
728      }      }
729    
730      /* clean pathname */      /* clean pathname */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26