summaryrefslogtreecommitdiff
path: root/net-p2p/mldonkey-devel/files/patch-src::utils::net::ip.ml
blob: 3c6c93f3fe4f8a917f617f0fdb2efc37312ccd90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/utils/net/ip.ml.orig	Sun Jan 30 16:45:11 2005
+++ src/utils/net/ip.ml	Sun Jan 30 16:45:17 2005
@@ -84,7 +84,7 @@
   j > 0 && j < 224 && 
   k >= 0 && k <= 255 && 
   l >= 0 && l <= 255 &&
-  i >= 0 && i <= 255
+  i > 0 && i <= 255
   
 let reachable ip = 
   !allow_local_network ||