/[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.69 by martinp, Tue Jun 28 22:21:33 2005 UTC revision 1.70 by chopp, Fri Aug 5 09:38:10 2005 UTC
# Line 307  int add_host_allow(char *name) { Line 307  int add_host_allow(char *name) {
307    
308  int add_net_allow(char *s_network) {  int add_net_allow(char *s_network) {
309    
310    struct ulong_net net;    struct ulong_net net={0, 0};
311    HostsAllow h;    HostsAllow h;
312    
313    ASSERT(s_network);    ASSERT(s_network);
# Line 642  static Socket_T socket_producer(int serv Line 642  static Socket_T socket_producer(int serv
642        
643    int client;    int client;
644    struct sockaddr_in in;    struct sockaddr_in in;
645    int len= sizeof(struct sockaddr_in);    unsigned int len= sizeof(struct sockaddr_in);
646        
647    if(can_read(server, 1)) {    if(can_read(server, 1)) {
648            

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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