mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
Warning fixups
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3095 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
f7ebfe5640
commit
75db31664e
1 changed files with 1 additions and 2 deletions
|
|
@ -1342,7 +1342,6 @@ nm_device_802_11_wireless_get_bssid (NMDevice80211Wireless *self,
|
|||
NMSock * sk;
|
||||
struct iwreq wrq;
|
||||
const char * iface;
|
||||
gboolean success = FALSE;
|
||||
|
||||
g_return_if_fail (self != NULL);
|
||||
g_return_if_fail (bssid != NULL);
|
||||
|
|
@ -2739,7 +2738,7 @@ activation_success_handler (NMDevice *dev)
|
|||
{
|
||||
NMDevice80211Wireless *self = NM_DEVICE_802_11_WIRELESS (dev);
|
||||
NMAccessPoint *ap;
|
||||
struct ether_addr bssid = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
|
||||
struct ether_addr bssid = { {0x0, 0x0, 0x0, 0x0, 0x0, 0x0} };
|
||||
NMAccessPoint *tmp_ap;
|
||||
|
||||
ap = nm_device_802_11_wireless_get_activation_ap (self);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue