diff options
author | Andrei Pavel <andrei@isc.org> | 2022-11-08 09:20:06 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-11-25 17:15:33 +0100 |
commit | 9c62adc690dc561c81e066a1ef19a5ccd5637029 (patch) | |
tree | b35c06201dd972faaee05eacace6e9e48619b467 /src/bin/netconf/tests/basic_library.cc | |
parent | [#2601] make Translator aware of all leaf base types (diff) | |
download | kea-9c62adc690dc561c81e066a1ef19a5ccd5637029.tar.xz kea-9c62adc690dc561c81e066a1ef19a5ccd5637029.zip |
[#2601] remove schema node checking from translator
Diffstat (limited to 'src/bin/netconf/tests/basic_library.cc')
-rw-r--r-- | src/bin/netconf/tests/basic_library.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/netconf/tests/basic_library.cc b/src/bin/netconf/tests/basic_library.cc index cd0be6896a..0838586611 100644 --- a/src/bin/netconf/tests/basic_library.cc +++ b/src/bin/netconf/tests/basic_library.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this |