device: fix _prop_get_ipv4_dhcp_dscp() to return value

Fixes: 3cf6a805ba ('device: support the DHCP DSCP property')
(cherry picked from commit 3e8fc01afb)
This commit is contained in:
Thomas Haller 2024-02-07 12:38:43 +01:00 committed by Íñigo Huguet
parent f990f9b4e4
commit 926351d031

View file

@ -2228,7 +2228,7 @@ _prop_get_ipv4_dhcp_dscp(NMDevice *self, gboolean *out_dscp_explicit)
return 0x20;
};
nm_assert_unreachable_val(0);
return nm_assert_unreachable_val(0);
}
static GBytes *