mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01: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)
|
||||
{
|
||||
FindConnectionInfo *info = user_data;
|
||||
NMSysconfigConnection *exported = NM_SYSCONFIG_CONNECTION (data);
|
||||
NMSysconfigConnection *exported = NM_SYSCONFIG_CONNECTION (key);
|
||||
const char *path;
|
||||
|
||||
if (!info->found) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue