diff options
author | Hiroki Shirokura <slank.dev@gmail.com> | 2021-03-22 02:09:16 +0100 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2021-06-02 16:24:48 +0200 |
commit | 4c6a567d724170e742730d56daf15a49db37d714 (patch) | |
tree | 110da23e8a3eaf0e7d1873f4745b43d5c9021b3a /lib/zclient.c | |
parent | lib: eliminate odd line-break (diff) | |
download | frr-4c6a567d724170e742730d56daf15a49db37d714.tar.xz frr-4c6a567d724170e742730d56daf15a49db37d714.zip |
lib: erase wrong comments by copy-paste
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | lib/zclient.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 32414f34d..270f780ed 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -2823,9 +2823,6 @@ stream_failure: /** * Function to request a srv6-locator chunk in an Asyncronous way * - * It first writes the request to zclient output buffer and then - * immediately reads the answer from the input buffer. - * * @param zclient Zclient used to connect to table manager (zebra) * @param locator_name Name of SRv6-locator * @result 0 on success, -1 otherwise |