mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 08:20:28 +01:00
Fix a crash (Alexander Sack)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4070 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
0b82d7b681
commit
7464db9a14
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ typedef struct {
|
|||
static void
|
||||
find_by_uuid (gpointer key, gpointer data, gpointer user_data)
|
||||
{
|
||||
NMKeyfileConnection *keyfile = NM_KEYFILE_CONNECTION (key);
|
||||
NMKeyfileConnection *keyfile = NM_KEYFILE_CONNECTION (data);
|
||||
FindByUUIDInfo *info = user_data;
|
||||
NMConnection *connection;
|
||||
NMSettingConnection *s_con;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue