]> git.puffer.fish Git - mirror/frr.git/commit
mgmtd: fix sending the same value to multiple clients
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 24 Jan 2024 21:03:24 +0000 (23:03 +0200)
committerChristian Hopps <chopps@labn.net>
Fri, 26 Jan 2024 17:34:46 +0000 (12:34 -0500)
commit42b815f4881c3a0bf8c7b3ddfd2685f13aec6959
tree42236a217d08bc514655cc1a3d7ce4fabd41b45e
parent1bf395232de224bec841c01a1b6c67bce5b525bc
mgmtd: fix sending the same value to multiple clients

The value should not be cleared after sending it to the first client,
otherwise other clients receive an empty string.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
mgmtd/mgmt_txn.c