diff options
author | Thomas Graf <tgr@plip.localdomain> | 2008-12-10 17:16:31 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@plip.localdomain> | 2008-12-10 17:16:31 (GMT) |
commit | 664e1deaeb59ad9db0b2eeec613cf8a93551f567 (patch) | |
tree | 088192a48687c9583fc963441278328f0deb35f5 /lib/cache_mngr.c | |
parent | 6782b6f709d03877a5661a4c8d8f8bd1b461f43f (diff) | |
download | libnl-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.c | 2 |
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; |