Remove unused variable if CONFIG_P2P=y is not used
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d84b913955
commit
1f0cc27eb9
1 changed files with 1 additions and 1 deletions
|
@ -2122,11 +2122,11 @@ int wpas_dbus_unregister_network(struct wpa_supplicant *wpa_s, int nid)
|
||||||
struct wpas_dbus_priv *ctrl_iface;
|
struct wpas_dbus_priv *ctrl_iface;
|
||||||
char net_obj_path[WPAS_DBUS_OBJECT_PATH_MAX];
|
char net_obj_path[WPAS_DBUS_OBJECT_PATH_MAX];
|
||||||
int ret;
|
int ret;
|
||||||
|
#ifdef CONFIG_P2P
|
||||||
struct wpa_ssid *ssid;
|
struct wpa_ssid *ssid;
|
||||||
|
|
||||||
ssid = wpa_config_get_network(wpa_s->conf, nid);
|
ssid = wpa_config_get_network(wpa_s->conf, nid);
|
||||||
|
|
||||||
#ifdef CONFIG_P2P
|
|
||||||
/* If it is a persistent group unregister it as such */
|
/* If it is a persistent group unregister it as such */
|
||||||
if (ssid && network_is_persistent_group(ssid))
|
if (ssid && network_is_persistent_group(ssid))
|
||||||
return wpas_dbus_unregister_persistent_group(wpa_s, nid);
|
return wpas_dbus_unregister_persistent_group(wpa_s, nid);
|
||||||
|
|
Loading…
Reference in a new issue