[conntrack-tools] netlink: fix type in warning message on SocketBufferSizeMaxGrowth

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Wed Dec 17 19:41:50 CET 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=5147e92af9234ecac2f4d14bc0f0cb46af752040
commit 5147e92af9234ecac2f4d14bc0f0cb46af752040
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Dec 17 19:41:37 2008 +0100
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Dec 17 19:41:37 2008 +0100

    netlink: fix type in warning message on SocketBufferSizeMaxGrowth
    
    This patch fixes a type in a warning message.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  5147e92af9234ecac2f4d14bc0f0cb46af752040 (commit)
      from  f9f184dbd989248a3eb4c68a7e950780902fb196 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5147e92af9234ecac2f4d14bc0f0cb46af752040
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Dec 17 19:41:37 2008 +0100

    netlink: fix type in warning message on SocketBufferSizeMaxGrowth
    
    This patch fixes a type in a warning message.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 src/netlink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
This patch fixes a type in a warning message.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/src/netlink.c b/src/netlink.c
index 4fe0498..e164dd7 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -132,7 +132,7 @@ void nl_resize_socket_buffer(struct nfct_handle *h)
 		     "unsynchronized replicas. Please, consider "
 		     "increasing netlink socket buffer size via "
 		     "SocketBufferSize and "
-		     "SocketBufferSizeMaxGrown clauses in "
+		     "SocketBufferSizeMaxGrowth clauses in "
 		     "conntrackd.conf");
 		s = CONFIG(netlink_buffer_size_max_grown);
 		warned = 1;



More information about the netfilter-cvslog mailing list