summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-12-21 20:25:32 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-12-21 20:25:32 +0100
commite6ba25eb57957e6634d5e7cec539b1d6e4204b27 (patch)
tree2d41460ed6ac9c4ff56bc805dadad1455756f233 /src/main.c
parent15102416c1e980a66ac49591f318f950173d77ea (diff)
parent28cd69119c5901938ca708dc66c3eeb357f3b38c (diff)
Merge branch 'master' of git://dev.medozas.de/libnetfilter_conntrack
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7a4f8d0..448a5f1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,7 +18,7 @@ struct nfct_handle *nfct_open_nfnl(struct nfnl_handle *nfnlh,
{
struct nfct_handle *cth;
- cth = (struct nfct_handle *) malloc(sizeof(struct nfct_handle));
+ cth = malloc(sizeof(struct nfct_handle));
if (!cth)
return NULL;