summaryrefslogtreecommitdiffstats
path: root/input/flow/ulogd_inpflow_NFCT.c
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-06-12 11:17:03 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-06-12 11:17:03 +0200
commit14d01ad2ec4bd1ceae13fc3789922fdc059d2b30 (patch)
tree317386cb3f769c5330ce72c0bf6b0f9b47c2fbc9 /input/flow/ulogd_inpflow_NFCT.c
parent45499c285e455cb748c7bc85f759682022fc295f (diff)
Cleanup: fix error messages and indentation
This patch fixes some messages in the NFCT and NFLOG input plugin (end of line before quote). It also fixes indenting by suppressing some spaces on empty line and replacing spaces by tab. Signed-off-by: Eric Leblond <eric@inl.fr>
Diffstat (limited to 'input/flow/ulogd_inpflow_NFCT.c')
-rw-r--r--input/flow/ulogd_inpflow_NFCT.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c
index 2a44780..f28e3fa 100644
--- a/input/flow/ulogd_inpflow_NFCT.c
+++ b/input/flow/ulogd_inpflow_NFCT.c
@@ -46,7 +46,7 @@
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
typedef enum TIMES_ { START, STOP, __TIME_MAX } TIMES;
-
+
struct ct_timestamp {
struct timeval time[__TIME_MAX];
struct nf_conntrack *ct;
@@ -730,7 +730,7 @@ static int read_cb_nfct(int fd, unsigned int what, void *param)
"We are losing events. Please, "
"consider using the clauses "
"`netlink_socket_buffer_size' and "
- "`netlink_socket_buffer_maxsize\n'");
+ "`netlink_socket_buffer_maxsize'\n");
}
/* internal hash can deal with refresh */
@@ -919,7 +919,7 @@ static int constructor_nfct(struct ulogd_pluginstance *upi)
cpi->ct_active =
hashtable_create(buckets_ce(upi->config_kset).u.value,
- maxentries_ce(upi->config_kset).u.value,
+ maxentries_ce(upi->config_kset).u.value,
sizeof(struct ct_timestamp),
hash,
compare);