summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroki Shirokura <slank.dev@gmail.com>2021-03-22 02:09:16 +0100
committerMark Stapp <mjs@voltanet.io>2021-06-02 16:24:48 +0200
commit4c6a567d724170e742730d56daf15a49db37d714 (patch)
tree110da23e8a3eaf0e7d1873f4745b43d5c9021b3a
parentlib: eliminate odd line-break (diff)
downloadfrr-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.c3
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