mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
remove the awkward default_tsa parameter
default_tsa pointing to a specific tsa section doesn't make sense. removing it.
This commit is contained in:
parent
8b5906f550
commit
e55f8c81b6
6 changed files with 8 additions and 27 deletions
|
@ -362,7 +362,7 @@ int set_params(rfc3161_context *ct, char *conf_file, char *conf_wd) {
|
|||
ct->ts_ctx_pool = calloc(numthreads, sizeof(ts_resp_ctx_wrapper));
|
||||
ct->numthreads = numthreads;
|
||||
for (int i = 0; i < numthreads; i++) {
|
||||
ct->ts_ctx_pool[i].ts_ctx = create_tsctx(ct, ct->conf, NULL, NULL);
|
||||
ct->ts_ctx_pool[i].ts_ctx = create_tsctx(ct, ct->conf, TSA_SECTION, NULL);
|
||||
ct->ts_ctx_pool[i].available = 1;
|
||||
if (ct->ts_ctx_pool[i].ts_ctx == NULL)
|
||||
ret = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue