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:
Dan Williams 2007-11-15 20:32:42 +00:00
parent fa68b119c0
commit 18240ce65d

View file

@ -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;