doc: fix error in core documentation for nl_cache_mngr_alloc()
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
b6cadfefab
commit
e4c94ea9ed
1 changed files with 1 additions and 1 deletions
|
@ -2709,7 +2709,7 @@ struct nl_cache_mngr *mngr;
|
|||
|
||||
// Allocate a new cache manager for RTNETLINK and automatically
|
||||
// provide the caches added to the manager.
|
||||
mngr = nl_cache_mngr_alloc(NETLINK_ROUTE, NL_AUTO_PROVIDE);
|
||||
err = nl_cache_mngr_alloc(NULL, NETLINK_ROUTE, NL_AUTO_PROVIDE, &mngr);
|
||||
----
|
||||
|
||||
.Keep track of a cache
|
||||
|
|
Loading…
Add table
Reference in a new issue