BIND 10 trac3149, updated. b190045d32b46b927e40146ecb3b0af56d21e586 [3149] Compilation fix

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 18 13:50:06 UTC 2013


The branch, trac3149 has been updated
       via  b190045d32b46b927e40146ecb3b0af56d21e586 (commit)
      from  a26a75c9487a45b3d6d73abf41590ae379c811df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b190045d32b46b927e40146ecb3b0af56d21e586
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Wed Sep 18 15:49:48 2013 +0200

    [3149] Compilation fix

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/alloc_engine.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc
index dfe3641..8418ddc 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:



More information about the bind10-changes mailing list