update src/create_pcid.c.

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-18 06:27:01 +00:00
committed by Gitee
parent e69600cf33
commit 69e8e798fc
+1
View File
@@ -398,6 +398,7 @@ int32_t GetPriSyscap(PCIDMain *pcidMain, cJSON *sysCapObject, size_t contextBufL
PRINT_ERR("cJSON_AddItemToObject failed\n");
return GetPriSyscapResult(capVectorPtr, -1);
}
capVectorPtr = NULL;
return 0;
}