From 4c6a567d724170e742730d56daf15a49db37d714 Mon Sep 17 00:00:00 2001 From: Hiroki Shirokura Date: Mon, 22 Mar 2021 01:09:16 +0000 Subject: [PATCH] lib: erase wrong comments by copy-paste Signed-off-by: Hiroki Shirokura --- lib/zclient.c | 3 --- 1 file changed, 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 -- 2.39.5