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 6d4946b978
commit 2f1ec66417
+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;
}