Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
f0b494fa
Commit
f0b494fa
authored
Jul 25, 2013
by
Mukund Sivaraman
Browse files
[master] Change default value of rcode_ to -1
This is because the tests which come later check if it has been set to 0.
parent
fc5e5746
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
View file @
f0b494fa
...
...
@@ -194,7 +194,7 @@ public:
/// Initializes common objects used in many tests.
/// Also sets up initial configuration in CfgMgr.
Dhcpv4SrvTest
()
:
rcode_
(
0
)
rcode_
(
-
1
)
{
subnet_
=
Subnet4Ptr
(
new
Subnet4
(
IOAddress
(
"192.0.2.0"
),
24
,
1000
,
2000
,
3000
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment