]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
lib: don't ignore stream errors in some zapi decode functions
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 7 Aug 2019 00:30:08 +0000 (21:30 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 21 Aug 2019 03:53:00 +0000 (00:53 -0300)
commit6a2b0d9a7a53c453844ce4c9a9b9dc6257bbaf24
tree8f5b62b6d9637bd0924bf4ee4e4baeec2ed4ac05
parent9316c82336e84191039fd378d92191983f070f6c
lib: don't ignore stream errors in some zapi decode functions

Some other ZAPI decode functions still use void return values and
can't propagate stream errors to their callers. They need to be fixed
as well in the future.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/zclient.c