From 73265490f0c194023b950714789180e99017a753 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 14 Aug 2024 14:11:21 +0800 Subject: [PATCH] tetst: test for checking return value --- source/common/src/cos.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/common/src/cos.c b/source/common/src/cos.c index 335c654acd..bc92527108 100644 --- a/source/common/src/cos.c +++ b/source/common/src/cos.c @@ -54,6 +54,8 @@ int32_t s3Begin() { void s3End() { S3_deinitialize(); } + + int32_t s3Init() { TAOS_RETURN(TSDB_CODE_SUCCESS); /*s3Begin();*/ } void s3CleanUp() { /*s3End();*/