diff options
author | Marcin Siodelski <marcin@isc.org> | 2015-12-11 16:26:17 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2015-12-11 16:26:17 +0100 |
commit | afcbbda770ef98b1c1d1900d49675ac68e554d00 (patch) | |
tree | e1af4aac6396e4d9b728ff6469b8ad9f7a6e4b29 /src/lib/dhcp/pkt6.cc | |
parent | [4206b] Added unit tests for malfromed client id in getLabel. (diff) | |
download | kea-afcbbda770ef98b1c1d1900d49675ac68e554d00.tar.xz kea-afcbbda770ef98b1c1d1900d49675ac68e554d00.zip |
[4206b] Fixed two typos in the Pkt4 and Pkt6 methods.
Diffstat (limited to '')
-rw-r--r-- | src/lib/dhcp/pkt6.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/pkt6.cc b/src/lib/dhcp/pkt6.cc index 59986f0d58..322224717c 100644 --- a/src/lib/dhcp/pkt6.cc +++ b/src/lib/dhcp/pkt6.cc @@ -566,7 +566,7 @@ Pkt6::getClientId() const { // process of logging something for this packet. So the only // choice left is to return an empty pointer. } - return DuidPtr(); + return (DuidPtr()); } isc::dhcp::OptionCollection |