summaryrefslogtreecommitdiffstats
path: root/tc/m_ematch.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/m_ematch.c')
-rw-r--r--tc/m_ematch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_ematch.c b/tc/m_ematch.c
index 37ef0459..44c621bc 100644
--- a/tc/m_ematch.c
+++ b/tc/m_ematch.c
@@ -193,7 +193,7 @@ static int parse_tree(struct nlmsghdr *n, struct ematch *tree)
addraw_l(n, MAX_MSG, &hdr, sizeof(hdr));
addraw_l(n, MAX_MSG, &r, sizeof(r));
} else {
- int num, err;
+ int num = 0, err;
char buf[64];
struct ematch_util *e;