]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix SA warning
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Mon, 5 Sep 2016 12:31:46 +0000 (08:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:08 +0000 (20:26 -0500)
commitfb5d6e2f4176c36ef0c17676a93001968aa0a57a
tree1bde700954c42eafb35f6c20d897f36aba6a27ac
parentfa8da98c263029568e9842a457be542062801b07
pimd: Fix SA warning

Restructure code to remove SA warning from clang build.

For some reason, the Clang SA system thought that si.sin_port and
si.sin_addr where not being set to anything.  Fix this problem.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_sock.c