summaryrefslogtreecommitdiff
path: root/lib/zclient.c
diff options
context:
space:
mode:
authorHiroki Shirokura <slank.dev@gmail.com>2021-03-22 01:09:16 +0000
committerMark Stapp <mjs@voltanet.io>2021-06-02 10:24:48 -0400
commit4c6a567d724170e742730d56daf15a49db37d714 (patch)
tree110da23e8a3eaf0e7d1873f4745b43d5c9021b3a /lib/zclient.c
parent8dcb27e6d908dc6f95b6ce2b119102bb084563c5 (diff)
lib: erase wrong comments by copy-paste
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'lib/zclient.c')
-rw-r--r--lib/zclient.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/zclient.c b/lib/zclient.c
index 32414f34d1..270f780ed0 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