[ovs-dev] [PATCH 2/2] stream-ssl.c: Fix the comment of stream_ssl_set_ca_cert_file.

Han Zhou hzhou at ovn.org
Thu May 13 21:33:11 UTC 2021


Signed-off-by: Han Zhou <hzhou at ovn.org>
---
 lib/stream-ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c
index e67ccb4bd..6a515e465 100644
--- a/lib/stream-ssl.c
+++ b/lib/stream-ssl.c
@@ -1448,7 +1448,7 @@ stream_ssl_set_ca_cert_file__(const char *file_name,
 
 /* Sets 'file_name' as the name of the file from which to read the CA
  * certificate used to verify the peer within SSL connections.  If 'bootstrap'
- * is false, the file must exist.  If 'bootstrap' is false, then the file is
+ * is false, the file must exist.  If 'bootstrap' is true, then the file is
  * read if it is exists; if it does not, then it will be created from the CA
  * certificate received from the peer on the first SSL connection. */
 void
-- 
2.30.2



More information about the dev mailing list