/[monit]/monit/http/engine.c
ViewVC logotype

Diff of /monit/http/engine.c

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

revision 1.39 by hauk, Thu Sep 18 02:43:57 2003 UTC revision 1.40 by martinp, Thu Sep 18 06:19:53 2003 UTC
# Line 149  void start_httpd(int port, int backlog, Line 149  void start_httpd(int port, int backlog,
149    
150    RequestWrapper W;    RequestWrapper W;
151    
152      stopped= Run.stopped?TRUE:FALSE;
153    
154    if ( (myServerSocket= create_server_socket(port, backlog, bindAddr)) < 0 ) {    if ( (myServerSocket= create_server_socket(port, backlog, bindAddr)) < 0 ) {
155            
156      log("http server: Could not create a server socket at port %d -- %s\n",      log("http server: Could not create a server socket at port %d -- %s\n",

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26