netfilter: xt_LOG: add missing string format in nf_log_packet()
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 28 Jun 2014 16:42:41 +0000 (18:42 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 28 Jun 2014 16:50:35 +0000 (18:50 +0200)
commitca1aa54f272d47bec77baa292f803df7a81f966b
tree69d211ac6d79968d4a012db92df80384367f6486
parentc1878869c0c8e0def3df5397155f369442ce4e06
netfilter: xt_LOG: add missing string format in nf_log_packet()

   net/netfilter/xt_LOG.c: In function 'log_tg':
>> net/netfilter/xt_LOG.c:43: error: format not a string literal and no format arguments

Fixes: fab4085 ("netfilter: log: nf_log_packet() as real unified interface")
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_LOG.c