From: Thomas Jarosch Date: Thu, 26 Aug 2004 16:53:42 +0000 (+0000) Subject: and schmennt... X-Git-Tag: v2.6~250 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=d16d1d554242d4639b2855b159ce25a3756d243b;p=libi2ncommon and schmennt... --- diff --git a/src/ipfunc.cpp b/src/ipfunc.cpp index b02a168..ccefe95 100644 --- a/src/ipfunc.cpp +++ b/src/ipfunc.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include @@ -165,7 +164,7 @@ void IP_RANGE::load(type t, const std::string& ip, const std::string& mask_or_en this->ip=ia_ip1.s_addr; this->end=ia_ip2.s_addr; - // Automatically turn IP if IP & and are swapped + // Automatically turn IP if IP & end are swapped if (turn_ip(this->ip) > turn_ip(this->end)) { unsigned int tmp = this->ip; this->ip = this->end;