Skip to content

Commit 1ca5071

Browse files
committed
[#3496] Removed the dubious line of code
1 parent 32d17a2 commit 1ca5071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/dhcp/libdhcp++.cc

-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ LibDHCP::unpackOptions4(const OptionBuffer& buf, const string& option_space,
669669
" is implemented");
670670
} else if (num_defs == 0) {
671671
opt = OptionPtr(new Option(Option::V4, opt_type, obuf));
672-
opt->setEncapsulatedSpace(DHCP4_OPTION_SPACE);
673672
} else {
674673
try {
675674
// The option definition has been found. Use it to create

0 commit comments

Comments
 (0)