]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: erase wrong comments by copy-paste
authorHiroki Shirokura <slank.dev@gmail.com>
Mon, 22 Mar 2021 01:09:16 +0000 (01:09 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:48 +0000 (10:24 -0400)
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
lib/zclient.c

index 32414f34d17caada7d0f35280592684f1c5c6d46..270f780ed0ddb3dcef6da7685d45f5011dfd97ec 100644 (file)
@@ -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