From d16d1d554242d4639b2855b159ce25a3756d243b Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 26 Aug 2004 16:53:42 +0000 Subject: [PATCH] and schmennt... --- src/ipfunc.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 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; -- 1.7.1