BIND 10 trac2317, updated. 5a326976867ae6a6f4c98d056b40d36ff1dbac22 [2317] Minor: removed a spurious whitespace.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 15 09:34:48 UTC 2013
The branch, trac2317 has been updated
via 5a326976867ae6a6f4c98d056b40d36ff1dbac22 (commit)
from 1cee583601a4e084bf54cf90e0d52b79f0783700 (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 5a326976867ae6a6f4c98d056b40d36ff1dbac22
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Jan 15 10:34:40 2013 +0100
[2317] Minor: removed a spurious whitespace.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/config_parser.cc | 2 +-
src/bin/dhcp6/config_parser.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/config_parser.cc b/src/bin/dhcp4/config_parser.cc
index d3cda6a..2526310 100644
--- a/src/bin/dhcp4/config_parser.cc
+++ b/src/bin/dhcp4/config_parser.cc
@@ -1619,7 +1619,7 @@ DhcpConfigParser* createGlobalDhcp4ConfigParser(const std::string& config_id) {
}
isc::data::ConstElementPtr
-configureDhcp4Server(Dhcpv4Srv& , ConstElementPtr config_set) {
+configureDhcp4Server(Dhcpv4Srv&, ConstElementPtr config_set) {
if (!config_set) {
ConstElementPtr answer = isc::config::createAnswer(1,
string("Can't parse NULL config"));
diff --git a/src/bin/dhcp6/config_parser.cc b/src/bin/dhcp6/config_parser.cc
index 0d0bd71..81bee4e 100644
--- a/src/bin/dhcp6/config_parser.cc
+++ b/src/bin/dhcp6/config_parser.cc
@@ -1653,7 +1653,7 @@ DhcpConfigParser* createGlobalDhcpConfigParser(const std::string& config_id) {
}
ConstElementPtr
-configureDhcp6Server(Dhcpv6Srv& , ConstElementPtr config_set) {
+configureDhcp6Server(Dhcpv6Srv&, ConstElementPtr config_set) {
if (!config_set) {
ConstElementPtr answer = isc::config::createAnswer(1,
string("Can't parse NULL config"));
More information about the bind10-changes
mailing list