device: fix _prop_get_ipv4_dhcp_dscp() to return value

Fixes: 3cf6a805ba ('device: support the DHCP DSCP property')
This commit is contained in:
Thomas Haller 2024-02-07 12:38:43 +01:00
parent 33336a4cb1
commit 3e8fc01afb
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

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 *