/[monit]/monit/control.c
ViewVC logotype

Diff of /monit/control.c

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

revision 1.54 by hauk, Wed Jul 16 20:47:35 2003 UTC revision 1.55 by hauk, Thu Jul 24 00:35:25 2003 UTC
# Line 137  void d_check_service(char *P, char *acti Line 137  void d_check_service(char *P, char *acti
137    
138    
139    s= socket_new(Run.bind_addr?Run.bind_addr:"localhost",    s= socket_new(Run.bind_addr?Run.bind_addr:"localhost",
140                  Run.httpdport, SOCK_STREAM, Run.httpdssl);                  Run.httpdport, SOCKET_TCP, Run.httpdssl);
141        
142    if(!s) {    if(!s) {
143            

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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