镜像自地址
https://github.com/kakwa/uts-server
已同步 2025-07-04 20:47:09 +02:00
some code cleaning
这个提交存在于:
父节点
026e362bda
当前提交
1e23814dfd
共有 1 个文件被更改,包括 0 次插入 和 2 次删除
|
@ -323,7 +323,6 @@ int create_response(rfc3161_context *ct, char *query, TS_RESP_CTX *resp_ctx,
|
|||
int *resp_size, unsigned char **resp) {
|
||||
int ret = 0;
|
||||
TS_RESP *ts_response = NULL;
|
||||
char *response = NULL;
|
||||
BIO *query_bio = NULL;
|
||||
BIO *out_bio = NULL;
|
||||
|
||||
|
@ -343,7 +342,6 @@ int create_response(rfc3161_context *ct, char *query, TS_RESP_CTX *resp_ctx,
|
|||
end:
|
||||
if (!ret) {
|
||||
TS_RESP_free(ts_response);
|
||||
response = NULL;
|
||||
}
|
||||
BIO_free_all(query_bio);
|
||||
return ret;
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用