BIND 10 trac1960, updated. d82d52518ab96e3c7aece6c2c4ebcb599b993770 [1960] Added missing "return" to CommandOptionsTest::process()
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 24 18:16:11 UTC 2012
The branch, trac1960 has been updated
via d82d52518ab96e3c7aece6c2c4ebcb599b993770 (commit)
from 1841fbb5bc6e588c311f22360bb59462a244c644 (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 d82d52518ab96e3c7aece6c2c4ebcb599b993770
Author: Stephen Morris <stephen at isc.org>
Date: Mon Sep 24 19:15:39 2012 +0100
[1960] Added missing "return" to CommandOptionsTest::process()
-----------------------------------------------------------------------
Summary of changes:
.../perfdhcp/tests/command_options_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/tests/command_options_unittest.cc b/tests/tools/perfdhcp/tests/command_options_unittest.cc
index d6af660..360178f 100644
--- a/tests/tools/perfdhcp/tests/command_options_unittest.cc
+++ b/tests/tools/perfdhcp/tests/command_options_unittest.cc
@@ -49,7 +49,7 @@ protected:
/// \throws std::bad allocation if tokenization failed.
/// \return true if program has been run in help or version mode ('h' or 'v' flag).
bool process(const std::string& cmdline) {
- CommandOptionsHelper::process(cmdline);
+ return (CommandOptionsHelper::process(cmdline));
}
/// \brief Check default initialized values
More information about the bind10-changes
mailing list