summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-07-19 09:34:51 (GMT)
committerThomas Haller <thaller@redhat.com>2024-07-19 09:34:51 (GMT)
commitfa05d58ebef426a545b4170b35214492b401c8af (patch)
tree9fa7095ee68c4e8d8f94b54f52d369e8e747f86f /lib/utils.c
parent490ffa07e18b9f23ac03dcdc28ce7463336c66a3 (diff)
downloadlibnl-fa05d58ebef426a545b4170b35214492b401c8af.zip
libnl-fa05d58ebef426a545b4170b35214492b401c8af.tar.gz
libnl-fa05d58ebef426a545b4170b35214492b401c8af.tar.bz2
libnl-3.10.0 releaselibnl3_10_0
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 679078e..41ff8eb 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1284,10 +1284,10 @@ int nl_has_capability (int capability)
NL_CAPABILITY_VERSION_3_7_0,
NL_CAPABILITY_VERSION_3_8_0,
NL_CAPABILITY_VERSION_3_9_0,
- 0, /* NL_CAPABILITY_VERSION_3_10_0 */
+ NL_CAPABILITY_VERSION_3_10_0,
0, /* NL_CAPABILITY_VERSION_3_11_0 */
0, /* NL_CAPABILITY_VERSION_3_12_0 */
- 0,
+ 0, /* NL_CAPABILITY_VERSION_3_13_0 */
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