summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.c')
-rw-r--r--lib/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils.c b/lib/utils.c
index 41ff8eb..1cee863 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1285,10 +1285,10 @@ int nl_has_capability (int capability)
NL_CAPABILITY_VERSION_3_8_0,
NL_CAPABILITY_VERSION_3_9_0,
NL_CAPABILITY_VERSION_3_10_0,
- 0, /* NL_CAPABILITY_VERSION_3_11_0 */
+ NL_CAPABILITY_VERSION_3_11_0,
0, /* NL_CAPABILITY_VERSION_3_12_0 */
0, /* NL_CAPABILITY_VERSION_3_13_0 */
- 0),
+ 0), /* NL_CAPABILITY_VERSION_3_14_0 */
/* IMPORTANT: these capability numbers are intended to be universal and stable
* for libnl3. Don't allocate new numbers on your own that differ from upstream
* libnl3.