BIND 10 master, updated. 616213225fee89adc57c8ea19a2195f8273dc5fa [master] Log fix for test HooksDhcpv4SrvTest.simple_pkt4_receive
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 23 14:59:04 UTC 2013
The branch, master has been updated
via 616213225fee89adc57c8ea19a2195f8273dc5fa (commit)
from 589f61f8a630643bdee4d8bb2be68a79fba64112 (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 616213225fee89adc57c8ea19a2195f8273dc5fa
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Tue Jul 23 16:58:44 2013 +0200
[master] Log fix for test HooksDhcpv4SrvTest.simple_pkt4_receive
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/dhcp4_srv.cc | 1 +
1 file changed, 1 insertion(+)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc
index 5e6147b..35ef7e6 100644
--- a/src/bin/dhcp4/dhcp4_srv.cc
+++ b/src/bin/dhcp4/dhcp4_srv.cc
@@ -198,6 +198,7 @@ Dhcpv4Srv::run() {
.arg(query->getType())
.arg(query->getIface());
LOG_DEBUG(dhcp4_logger, DBG_DHCP4_DETAIL_DATA, DHCP4_QUERY_DATA)
+ .arg(static_cast<int>(query->getType()))
.arg(query->toText());
// Let's execute all callouts registered for packet_received
More information about the bind10-changes
mailing list