BIND 10 trac2981, updated. 83645c8498c57f27907113a4d062fe47f74739d2 [2981] Corrected a typo made with the previous change.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 14 15:56:42 UTC 2013
The branch, trac2981 has been updated
via 83645c8498c57f27907113a4d062fe47f74739d2 (commit)
from f8e9c2933fd726cb1499fc03c480c0518e23a89a (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 83645c8498c57f27907113a4d062fe47f74739d2
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Aug 14 17:56:10 2013 +0200
[2981] Corrected a typo made with the previous change.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/dhcp_parsers.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/dhcp_parsers.h b/src/lib/dhcpsrv/dhcp_parsers.h
index a5ace58..950deb2 100644
--- a/src/lib/dhcpsrv/dhcp_parsers.h
+++ b/src/lib/dhcpsrv/dhcp_parsers.h
@@ -368,7 +368,7 @@ public:
///
/// @param param_name name of the configuration parameter being parsed.
///
- /// row BadValue if supplied parameter name is not "hooks-libraries"
+ /// @throw BadValue if supplied parameter name is not "hooks-libraries"
HooksLibrariesParser(const std::string& param_name);
/// @brief Parses parameters value
More information about the bind10-changes
mailing list