]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
lib: Use STREAM_GET
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Feb 2018 23:53:44 +0000 (18:53 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Feb 2018 23:53:44 +0000 (18:53 -0500)
commit4ca997a8f82e442ef3e28a8ae14c0b914adc5e4a
tree9474efb96002d4ce5a93e95ddd0e78e81da856d8
parent85121506e7b27be48dd9c0d95eaff215947b2b26
lib: Use STREAM_GET

The addition of some rmac code snuck in the usage of a
stream_get instead of a STREAM_GET()

We need to be using STREAM_GET()

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