summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-sriov.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-sriov.c')
-rw-r--r--libnm-core/nm-setting-sriov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-sriov.c b/libnm-core/nm-setting-sriov.c
index 4e53968a5a..29161c8cd9 100644
--- a/libnm-core/nm-setting-sriov.c
+++ b/libnm-core/nm-setting-sriov.c
@@ -33,8 +33,8 @@
*/
struct _NMSettingSriov {
NMSetting parent;
- guint total_vfs;
GPtrArray *vfs;
+ guint total_vfs;
NMTernary autoprobe_drivers;
};