]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tipc: fix clang warning about empty format string
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 11 Jan 2022 17:54:35 +0000 (09:54 -0800)
committerDavid Ahern <dsahern@kernel.org>
Wed, 26 Jan 2022 17:19:08 +0000 (10:19 -0700)
commitc02488786f6dff1965fb90b971628a315cc6f359
treef1dd51e51424dd813e756421e7bfe02002bf70f6
parent371c13e8f22fd37f4c5b7b5c4cdf411b2bbb2260
tipc: fix clang warning about empty format string

When calling json_print with json only use a NULL instead of
empty string.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
tipc/link.c