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

Diff of /hydra/src/cgi.c

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

revision 1.23 by nmav, Sat Oct 26 20:58:48 2002 UTC revision 1.24 by nmav, Sun Oct 27 10:46:19 2002 UTC
# Line 441  int init_cgi(request * req) Line 441  int init_cgi(request * req)
441        }        }
442    
443        if (hic_send_command(req, pipes[1]) == -1) {        if (hic_send_command(req, pipes[1]) == -1) {
444           log_error_time();           log_error_time();
445           fprintf(stderr, "Error in HIC\n");           fprintf(stderr, "Error executing HIC command.\n");
446           close(pipes[0]);           close(pipes[0]);
447           close(pipes[1]);           close(pipes[1]);
448           return 0;           return 0;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26