summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-07-11 12:50:10 +0200
committerThomas Haller <thaller@redhat.com>2018-07-11 15:39:40 +0200
commitafc48ba17558b43297a45edaf269c7d6dfc71f7b (patch)
treed77ea08c292a3fabff9cc25e0c51d664855a6204
parent7c131069f07acd9e9e61914d9d8824f83985b53d (diff)
downloadNetworkManager-afc48ba17558b43297a45edaf269c7d6dfc71f7b.tar.gz
fixup! libnm-core: add SR-IOV setting
-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;
};