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:
parent
d10e1b4a71
commit
cf992ca862
|
@ -1084,6 +1084,8 @@ hostapd_bss_mgmt_enable(struct ubus_context *ctx, struct ubus_object *obj,
|
|||
}
|
||||
|
||||
__hostapd_bss_mgmt_enable(hapd, flags);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue