Clear hotdrop before use

Must make sure that hotdrop is properly initialized. GCC
unfortunately did not warn.
This commit is contained in:
Jan Engelhardt
2008-08-24 16:44:07 -04:00
parent 4f25eab39d
commit fd9c6ffb03

View File

@@ -36,7 +36,7 @@ static int xtnu_match_run(const struct sk_buff *skb,
unsigned int protoff, int *hotdrop)
{
struct xtnu_match *nm = xtcompat_numatch(cm);
bool lo_drop, lo_ret;
bool lo_drop = false, lo_ret;
if (nm == NULL || nm->match == NULL)
return false;