summaryrefslogtreecommitdiffstats
path: root/src/nl-monitor.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-01-21 07:06:13 (GMT)
committerThomas Graf <tgr@plip.localdomain>2009-01-21 09:01:39 (GMT)
commitf9071054d0f2512dea9e95f99c308e931ed78dba (patch)
tree880b2b9d64238c1b1403bd61311f18238119b596 /src/nl-monitor.c
parent664e1deaeb59ad9db0b2eeec613cf8a93551f567 (diff)
downloadlibnl-f9071054d0f2512dea9e95f99c308e931ed78dba.zip
libnl-f9071054d0f2512dea9e95f99c308e931ed78dba.tar.gz
libnl-f9071054d0f2512dea9e95f99c308e931ed78dba.tar.bz2
libnl: fix socket function rename related build failure
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/nl-monitor.c')
-rw-r--r--src/nl-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nl-monitor.c b/src/nl-monitor.c
index 520ac37..19117a2 100644
--- a/src/nl-monitor.c
+++ b/src/nl-monitor.c
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
};
sock = nlt_alloc_socket();
- nl_disable_sequence_check(sock);
+ nl_socket_disable_seq_check(sock);
nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
if (argc > 1 && !strcasecmp(argv[1], "-h")) {