mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 22:58:16 +02:00
system-settings: fix crasher (lp:411668)
This commit is contained in:
parent
fc8661a24c
commit
2e849a0cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static void
|
||||||
find_by_path (gpointer key, gpointer data, gpointer user_data)
|
find_by_path (gpointer key, gpointer data, gpointer user_data)
|
||||||
{
|
{
|
||||||
FindConnectionInfo *info = user_data;
|
FindConnectionInfo *info = user_data;
|
||||||
NMSysconfigConnection *exported = NM_SYSCONFIG_CONNECTION (data);
|
NMSysconfigConnection *exported = NM_SYSCONFIG_CONNECTION (key);
|
||||||
const char *path;
|
const char *path;
|
||||||
|
|
||||||
if (!info->found) {
|
if (!info->found) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue