hostapd: add missing ucv_get call in wpa_supplicant
Should be harmless, but fix it just in case Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6cb8bb1675
commit
fe8bf65d1d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void wpas_ucode_free_bss(struct wpa_supplicant *wpa_s)
|
||||||
if (wpa_ucode_call_prepare("iface_remove"))
|
if (wpa_ucode_call_prepare("iface_remove"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
uc_value_push(ucv_string_new(wpa_s->ifname));
|
uc_value_push(ucv_get(ucv_string_new(wpa_s->ifname)));
|
||||||
uc_value_push(ucv_get(val));
|
uc_value_push(ucv_get(val));
|
||||||
ucv_put(wpa_ucode_call(2));
|
ucv_put(wpa_ucode_call(2));
|
||||||
ucv_gc(vm);
|
ucv_gc(vm);
|
||||||
|
|
Loading…
Reference in a new issue