Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
ea2f6751
Commit
ea2f6751
authored
Mar 19, 2015
by
Shawn Routhier
Browse files
[3765] Fix copyrights and typo
parent
0b08a451
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/test_config.json
deleted
100644 → 0
View file @
0b08a451
{}
\ No newline at end of file
src/lib/dhcpsrv/d2_client_mgr.h
View file @
ea2f6751
// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2014
-2015
Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
...
...
src/lib/dhcpsrv/tests/d2_client_unittest.cc
View file @
ea2f6751
// Copyright (C) 2012-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2012-201
5
Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
...
...
@@ -660,7 +660,7 @@ TEST(D2ClientMgr, qualifyName) {
EXPECT_EQ
(
"somehost.hasdot.com."
,
qualified_name
);
// Verify that the qualifying suffix gets appended without an
// extraneous dot when par
i
tal_name ends with a "."
// extraneous dot when part
i
al_name ends with a "."
qualified_name
=
mgr
.
qualifyName
(
"somehost."
,
true
);
EXPECT_EQ
(
"somehost.hasdot.com."
,
qualified_name
);
...
...
Write
Preview
Markdown
is supported
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