diff --git a/extensions/xt_psd.c b/extensions/xt_psd.c index 04d1453..46b2831 100644 --- a/extensions/xt_psd.c +++ b/extensions/xt_psd.c @@ -103,7 +103,7 @@ static bool xt_psd_match(const struct sk_buff *pskb, struct xt_action_param *match) { const struct iphdr *iph; - const struct tcphdr *tcph; + const struct tcphdr *tcph = NULL; const struct udphdr *udph; union { struct tcphdr tcph;