]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix coverity scan failure in zebra_interface_link_params_read()
authorLouis Scalbert <louis.scalbert@6wind.com>
Thu, 27 Oct 2022 08:11:25 +0000 (10:11 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 27 Oct 2022 08:12:47 +0000 (10:12 +0200)
commitf6657a6ef3634532fad196070def6bdbb3c1e8b9
treef4a848f9c44201ba27d90847bb5448aeb34cd0b0
parentc3a02dde41f419a540f17a3521eb87310e5a88b9
lib: fix coverity scan failure in zebra_interface_link_params_read()

The code was working but the coverity scan reported a failure.

Clarify the code to make the coverity scan happy.

Fixes: fe0a129687 ("lib,zebra: link-params are not flushed after no enable")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
lib/zclient.c