]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_cli.c
wpa_cli: Fix an issue in the cleanup of udp-remote commits
authorJouni Malinen <j@w1.fi>
Sun, 5 Aug 2012 18:54:56 +0000 (21:54 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 5 Aug 2012 18:54:56 +0000 (21:54 +0300)
commitdb3a03222e6ba6d6774f6c4e83bd461130ad43b5
tree3f3d81bdb2e294fd78da5ea0d4fe1857f479a5e0
parent4be9f27595f313773612d2fe534c013dfedfe679
wpa_cli: Fix an issue in the cleanup of udp-remote commits

wpa_ctrl_get_remote_ifname() is defined only for UDP ctrl_iface socket,
so this call needs to be made conditional on build parameters.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_cli.c