]> git.puffer.fish Git - matthieu/frr.git/commit
lib: On some platforms function did not return anything
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Jun 2019 13:27:38 +0000 (09:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Jun 2019 13:29:45 +0000 (09:29 -0400)
commitadc109b5a26897568f616aa565b9b18019722993
treef230314f3ac92162d2ac1cc2fc69760ae34de327
parent3711fdb77c08f02156f4ee29d9bbd9790175faf4
lib: On some platforms function did not return anything

On some compiler platforms the md5 setup function was
not returning anything.  Place failure case on the bottom
to properly handle this situation.

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