diff options
author | Thomas Haller <thaller@redhat.com> | 2024-10-30 07:13:01 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2024-10-30 07:13:01 (GMT) |
commit | c7edc38f8e335c18c5e17451d2cb19b9b8d0b48f (patch) | |
tree | d4c629fad713e93ee62b849861014e916df3f192 /lib | |
parent | b75e27deb8957a04fd84539cd9a1f772930d17d2 (diff) | |
download | libnl-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.c | 4 |
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. |