mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[2701] Added missing const to the function returning DUID.
This commit is contained in:
@@ -41,7 +41,7 @@ DUID::DUID(const uint8_t* data, size_t len) {
|
||||
duid_ = std::vector<uint8_t>(data, data + len);
|
||||
}
|
||||
|
||||
const std::vector<uint8_t> DUID::getDuid() const {
|
||||
std::vector<uint8_t> DUID::getDuid() const {
|
||||
return (duid_);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user