hostapd: add missing return code for the bss_mgmt_enable ubus method
Fixes bogus errors on ubus calls Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -1084,6 +1084,8 @@ hostapd_bss_mgmt_enable(struct ubus_context *ctx, struct ubus_object *obj,
|
||||
}
|
||||
|
||||
__hostapd_bss_mgmt_enable(hapd, flags);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user