netfilter: nf_conntrack_dccp: use %s format string for buffer
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 6 Jan 2014 00:04:16 +0000 (01:04 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 6 Jan 2014 13:19:16 +0000 (14:19 +0100)
Some invocations of nf_log_packet() use arg buffer directly instead of
"%s" format string with follow-up buffer pointer. Currently, these two
usages are not really critical, but we should fix this up nevertheless
so that we don't run into trouble if that changes one day.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found