summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-10-30 07:13:01 (GMT)
committerThomas Haller <thaller@redhat.com>2024-10-30 07:13:01 (GMT)
commitc7edc38f8e335c18c5e17451d2cb19b9b8d0b48f (patch)
treed4c629fad713e93ee62b849861014e916df3f192 /lib
parentb75e27deb8957a04fd84539cd9a1f772930d17d2 (diff)
downloadlibnl-libnl3_11_0.zip
libnl-libnl3_11_0.tar.gz
libnl-libnl3_11_0.tar.bz2
libnl-3.11.0 releaselibnl3_11_0
Diffstat (limited to 'lib')
-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.