]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix CLANG suggestion for braces on init of struct 3791/head
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 12 Feb 2019 20:24:00 +0000 (15:24 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 12 Feb 2019 20:24:00 +0000 (15:24 -0500)
commit844e918027954744b759fac8f9263b80db5449d0
tree174c1dfac0c3a0db3629c338c53c6b1c4e040d2f
parent7e737f3d4070c70bd052ece58126769fd972daa9
zebra: Fix CLANG suggestion for braces on init of struct

CLANG was throwing an error because struct rtadv_rdnss(dnssl) was being
initialized with = {0} instead of {}. Change to be the latter.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rtadv.c