]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Cleanup: fix error messages and indentation
authorEric Leblond <eric@inl.fr>
Thu, 12 Jun 2008 09:17:03 +0000 (11:17 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 12 Jun 2008 09:17:03 +0000 (11:17 +0200)
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>
input/flow/ulogd_inpflow_NFCT.c
input/packet/ulogd_inppkt_NFLOG.c

index 2a44780f3ea538f3d02fafc20e4d5713dd2a8e92..f28e3fa9e4a74a99e83ce9f69ae9550dfdab8f43 100644 (file)
@@ -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);
index 0f265649ae78c7dbfbdb5b1070bb17a0b5ace098..8c2aab6d07d2848160a71ab3bba6e95842eb77e6 100644 (file)
@@ -434,7 +434,7 @@ static int nful_read_cb(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");
                        }
                }
                return len;