mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 11:40:18 +01:00
Cleanup; don't need to initialize it here
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3089 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
fa68b119c0
commit
18240ce65d
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ static NMAccessPoint *
|
|||
get_active_ap (NMDevice80211Wireless *self,
|
||||
NMAccessPoint *ignore_ap)
|
||||
{
|
||||
struct ether_addr bssid = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
|
||||
struct ether_addr bssid;
|
||||
const GByteArray *ssid;
|
||||
GSList *iter;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue