From: Aki Tuomi Date: Sun, 29 Nov 2015 10:22:11 +0000 (+0200) Subject: Add has_key method X-Git-Tag: dnsdist-1.0.0-alpha1~168^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2956%2Fhead;p=thirdparty%2Fpdns.git Add has_key method --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index ed862b623b..63662128ac 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -547,6 +547,12 @@ public: insert(key_type(mask)).second = value; } + //first == key; + } + //