BIND 10 trac991, updated. 384a5661d18a3521169bc96d90b9bce087b0c62b [991] Corrected typo in the function name.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 9 19:44:43 UTC 2013
The branch, trac991 has been updated
via 384a5661d18a3521169bc96d90b9bce087b0c62b (commit)
from 3f7c07ffda7d4435c0bf241396f914cb336ddfcd (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 384a5661d18a3521169bc96d90b9bce087b0c62b
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Apr 9 21:44:24 2013 +0200
[991] Corrected typo in the function name.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/iface_mgr_sun.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/iface_mgr_sun.cc b/src/lib/dhcp/iface_mgr_sun.cc
index 51d6cf3..1556b70 100644
--- a/src/lib/dhcp/iface_mgr_sun.cc
+++ b/src/lib/dhcp/iface_mgr_sun.cc
@@ -35,7 +35,7 @@ IfaceMgr::detectIfaces() {
}
bool
-IfaceMgr::isDirectResposeSupported() {
+IfaceMgr::isDirectResponseSupported() {
return (false);
}
More information about the bind10-changes
mailing list