summaryrefslogtreecommitdiffstats
path: root/lib/cache_mngr.c
diff options
context:
space:
mode:
authorThomas Graf <tgr@plip.localdomain>2008-12-10 17:16:31 (GMT)
committerThomas Graf <tgr@plip.localdomain>2008-12-10 17:16:31 (GMT)
commit664e1deaeb59ad9db0b2eeec613cf8a93551f567 (patch)
tree088192a48687c9583fc963441278328f0deb35f5 /lib/cache_mngr.c
parent6782b6f709d03877a5661a4c8d8f8bd1b461f43f (diff)
downloadlibnl-664e1deaeb59ad9db0b2eeec613cf8a93551f567.zip
libnl-664e1deaeb59ad9db0b2eeec613cf8a93551f567.tar.gz
libnl-664e1deaeb59ad9db0b2eeec613cf8a93551f567.tar.bz2
Fix up naming changes
Diffstat (limited to 'lib/cache_mngr.c')
-rw-r--r--lib/cache_mngr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cache_mngr.c b/lib/cache_mngr.c
index 8dbfaf4..0675316 100644
--- a/lib/cache_mngr.c
+++ b/lib/cache_mngr.c
@@ -172,7 +172,7 @@ int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags,
event_input, mngr);
/* Required to receive async event notifications */
- nl_disable_sequence_check(mngr->cm_handle);
+ nl_socket_disable_seq_check(mngr->cm_handle);
if ((err = nl_connect(mngr->cm_handle, protocol) < 0))
goto errout;