From: Tomek Mrugalski Date: Wed, 18 Sep 2013 13:49:48 +0000 (+0200) Subject: [3149] Compilation fix X-Git-Tag: bind10-1.2.0beta1-release~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b190045d32b46b927e40146ecb3b0af56d21e586;p=thirdparty%2Fkea.git [3149] Compilation fix --- diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index dfe3641cb1..8418ddcbcf 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/src/lib/dhcpsrv/alloc_engine.cc @@ -177,7 +177,7 @@ AllocEngine::AllocEngine(AllocType engine_type, unsigned int attempts, bool ipv6) :attempts_(attempts) { - Pool::PoolType pool_type = ipv6?Pool::TYPE_IA:Pool::TYPE_V4; + Lease::Type pool_type = ipv6?Lease::TYPE_NA:Lease::TYPE_V4; switch (engine_type) { case ALLOC_ITERATIVE: