/[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.66 by rory, Fri Feb 11 19:15:17 2005 UTC revision 1.67 by martinp, Sat Feb 12 11:25:23 2005 UTC
# Line 265  int add_host_allow(char *name) { Line 265  int add_host_allow(char *name) {
265              DEBUG("%s: Debug: Skipping redundant host '%s' (%s).\n",              DEBUG("%s: Debug: Skipping redundant host '%s' (%s).\n",
266                    prog, name, inet_ntoa(*(struct in_addr *) &h->network));                    prog, name, inet_ntoa(*(struct in_addr *) &h->network));
267    
268                destroy_host_allow(h);
269              goto done;              goto done;
270                        
271            }            }
# Line 286  int add_host_allow(char *name) { Line 287  int add_host_allow(char *name) {
287        }        }
288                
289        done:        done:
       destroy_host_allow(h);  
290        END_LOCK;        END_LOCK;
291    
292      }      }

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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