/[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.42 by martinp, Thu Sep 18 07:32:51 2003 UTC revision 1.43 by martinp, Thu Sep 18 09:13:19 2003 UTC
# Line 141  void start_httpd(int port, int backlog, Line 141  void start_httpd(int port, int backlog,
141    
142    RequestWrapper W;    RequestWrapper W;
143    
144    stopped= Run.stopped?TRUE:FALSE;    stopped= Run.stopped;
145    
146    if ( (myServerSocket= create_server_socket(port, backlog, bindAddr)) < 0 ) {    if ( (myServerSocket= create_server_socket(port, backlog, bindAddr)) < 0 ) {
147            

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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