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

Diff of /monit/status.c

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

revision 1.13 by chopp, Tue Oct 8 11:34:37 2002 UTC revision 1.14 by chopp, Fri Oct 11 20:59:58 2002 UTC
# Line 72  void status() { Line 72  void status() {
72    
73    if ( Run.httpdssl ) {    if ( Run.httpdssl ) {
74    
75      ssl = new_ssl_connection();      ssl = new_ssl_connection(Run.httpsslpem);
76    
77    }    }
78    
# Line 113  void status_group(char *G) { Line 113  void status_group(char *G) {
113    
114    if ( Run.httpdssl ) {    if ( Run.httpdssl ) {
115    
116      ssl = new_ssl_connection();      ssl = new_ssl_connection(Run.httpsslclientpem);
117    
118    }    }
119    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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