versionctrlapi.cpp
@@ -16,8 +16,7 @@ bool expire_val = false; ret = dbapi_get_server_get_sn(handle, reply_msg); if(ret && reply_msg != NULL) { if (ret && reply_msg != NULL) { // Read JSON and get root yyjson_doc *doc = yyjson_read(reply_msg, strlen(reply_msg), 0); yyjson_val *root = yyjson_doc_get_root(doc); @@ -29,5 +28,6 @@ } free(reply_msg); return expire_val; }