After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723163 - core: fix crash when connecting to new Wi-Fi network
core: fix crash when connecting to new Wi-Fi network
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-01-28 13:42 UTC by Dan Winship
Modified: 2014-01-28 17:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: fix crash when connecting to new Wi-Fi network (1.50 KB, patch)
2014-01-28 13:42 UTC, Dan Winship
accepted-commit_now Details | Review

Description Dan Winship 2014-01-28 13:42:05 UTC
more fallout from the at_console changes. easy fix though
Comment 1 Dan Winship 2014-01-28 13:42:07 UTC
Created attachment 267403 [details] [review]
core: fix crash when connecting to new Wi-Fi network

If the user is AddAndActivating a new network, the connection may not
have an NMSettingConnection yet, but we know that once it does, the
user will be authorized.
Comment 2 Thomas Haller 2014-01-28 14:20:05 UTC
Looks good to me
Comment 3 Dan Williams 2014-01-28 17:08:16 UTC
Review of attachment 267403 [details] [review]:

Yes, looks good.