libnm: fix -Werror=maybe-uninitialized warning _setting_bond_validate_option()
Fixes: e96051d734
('libnm: cleanup validating bond option "arp_ip_target"')
This commit is contained in:
@@ -531,6 +531,8 @@ _setting_bond_validate_option (const char *name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
nm_assert_not_reached ();
|
nm_assert_not_reached ();
|
||||||
|
success = FALSE;
|
||||||
|
|
||||||
handle_error:
|
handle_error:
|
||||||
if (!success) {
|
if (!success) {
|
||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
|
Reference in New Issue
Block a user