BIND 10 trac2902, updated. eecd53050bae78469caad312532cbf404244f1e2 [2902] Corrected error in the namespace name.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 29 11:16:53 UTC 2013
The branch, trac2902 has been updated
via eecd53050bae78469caad312532cbf404244f1e2 (commit)
from cb324f11a8b5ac623b9c4ed491d7ec01551531cf (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 eecd53050bae78469caad312532cbf404244f1e2
Author: Marcin Siodelski <marcin at isc.org>
Date: Mon Apr 29 13:16:45 2013 +0200
[2902] Corrected error in the namespace name.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/pkt_filter_lpf.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt_filter_lpf.cc b/src/lib/dhcp/pkt_filter_lpf.cc
index 82c8119..beffa8b 100644
--- a/src/lib/dhcp/pkt_filter_lpf.cc
+++ b/src/lib/dhcp/pkt_filter_lpf.cc
@@ -52,7 +52,7 @@ struct sock_filter dhcp_sock_filter [] = {
BPF_STMT (BPF_LD + BPF_H + BPF_IND, 16),
// Use default DHCP server port, but it can be
// replaced if neccessary.
- BPF_JUMP (BPF_JMP + BPF_JEQ + BPF_K, DHCP4_SERVER_PORT, 0, 1),
+ BPF_JUMP (BPF_JMP + BPF_JEQ + BPF_K, isc::dhcp::DHCP4_SERVER_PORT, 0, 1),
// If we passed all the tests, ask for the whole packet.
BPF_STMT(BPF_RET+BPF_K, (u_int)-1),
More information about the bind10-changes
mailing list