Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
15860010
Commit
15860010
authored
Feb 27, 2015
by
Shawn Routhier
Browse files
[trac3706] Fix up comment
parent
821b8427
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/tools/dhcp-ubench/memfile_ubench.cc
View file @
15860010
...
...
@@ -215,7 +215,7 @@ void memfile_uBenchmark::createLease4Test() {
time_t
cltt
=
time
(
NULL
);
// Timestamp
uint32_t
pool_id
=
0
;
// Let's use pools 0-99
bool
fixed
=
false
;
string
hostname
(
"foo"
);
//
Hostname
dynamically
string
hostname
(
"foo"
);
//
Will generate it
dynamically
bool
fqdn_fwd
=
true
;
// Let's pretend to do AAAA update
bool
fqdn_rev
=
true
;
// Let's pretend to do PTR update
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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