From e2bda2af9afa11611a2caaa1af6a02994f6107d0 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 4 Feb 2025 15:02:15 +0100 Subject: [PATCH] [#3742] Applied fix --- src/lib/dhcp/tests/iface_mgr_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index 2890585688..a0435b8b8e 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -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