]> git.proxmox.com Git - mirror_frr.git/commit
lib: fix STREAM_GETF macro
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 22 Jun 2020 17:02:56 +0000 (19:02 +0200)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 22 Jun 2020 17:04:06 +0000 (19:04 +0200)
commit741b1c4f106588c24242f60a618bdf8ed78d8e88
treef231b8e76823259162c37cd478401d03a51adb1f
parenta5e81e0367d3376f30589e429eef31db58aaf5d1
lib: fix STREAM_GETF macro

a missing '!' operator was making any STREAM_GETF fail
when in fact it should have succeeded. As a consequence
of this, for example, many link-params of an interface
were not being read and populated.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
lib/stream.h