summaryrefslogtreecommitdiffstats
path: root/libipulog/ulog_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libipulog/ulog_test.c')
-rw-r--r--libipulog/ulog_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libipulog/ulog_test.c b/libipulog/ulog_test.c
index c891764..fd9c925 100644
--- a/libipulog/ulog_test.c
+++ b/libipulog/ulog_test.c
@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
/* loop receiving packets and handling them over to handle_packet */
for (i = 0; i < atoi(argv[1]); i++) {
- len = ipulog_read(h, buf, MYBUFSIZ, 1);
+ len = ipulog_read(h, buf, MYBUFSIZ);
if (len <= 0) {
ipulog_perror("ulog_test: short read");
exit(1);