/[monit]/monit/p.y
ViewVC logotype

Diff of /monit/p.y

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

revision 1.127 by chopp, Sun Sep 14 00:03:54 2003 UTC revision 1.128 by martinp, Sun Sep 14 18:34:01 2003 UTC
# Line 1074  int parse(char *controlfile) { Line 1074  int parse(char *controlfile) {
1074  static void initialize() {  static void initialize() {
1075    
1076    destroy_hosts_allow();    destroy_hosts_allow();
1077    
1078    Run.dolog= FALSE;    Run.dolog= FALSE;
1079    Run.dohttpd= FALSE;    Run.dohttpd= FALSE;
1080    Run.Auth.defined= FALSE;    Run.Auth.defined= FALSE;
1081      Run.httpdssl= FALSE;
1082    Run.servicessl= FALSE;    Run.servicessl= FALSE;
1083    Run.clientssl= FALSE;    Run.clientssl= FALSE;
1084    depend_list= NULL;    Run.once= TRUE;
   reset_runmail();  
1085    if(Run.bind_addr) {    if(Run.bind_addr) {
1086      free(Run.bind_addr);      free(Run.bind_addr);
1087      Run.bind_addr= NULL;      Run.bind_addr= NULL;
1088    }    }
1089    Run.httpdssl= FALSE;  
1090      depend_list= NULL;
1091      reset_runmail();
1092        
1093  }  }
1094    

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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