Skip to content

Commit

Permalink
[#3742] Applied fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdupont committed Feb 6, 2025
1 parent 09aea44 commit e2bda2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dhcp/tests/iface_mgr_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ TEST_F(IfaceMgrTest, setPacketFilter6) {
EXPECT_NO_THROW(iface_mgr->setPacketFilter(custom_packet_filter));
}

#if defined OS_LINUX || OS_BSD
#if defined(OS_LINUX) || defined(OS_BSD)

// This test is only supported on Linux and BSD systems. It checks
// if it is possible to use the IfaceMgr to select the packet filter
Expand Down

0 comments on commit e2bda2a

Please sign in to comment.