/[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.68 by martinp, Sat Feb 12 11:39:43 2005 UTC revision 1.69 by martinp, Tue Jun 28 22:21:33 2005 UTC
# Line 601  static int parse_network(char *s_network Line 601  static int parse_network(char *s_network
601      } else {      } else {
602                
603        net->mask= (1<<shortmask)-1;        net->mask= (1<<shortmask)-1;
604        net->mask= (net->mask<<(32-shortmask));        net->mask= htonl(net->mask<<(32-shortmask));
605    
606      }      }
607    

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

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