mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 12:37:08 +02:00
use NULL instead of a section (for the conf parser to look for default policy)
This commit is contained in:
parent
376d100e9f
commit
bc20fff44c
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ int set_params(rfc3161_context *ct, char *conf_file) {
|
||||||
ct->http_options[http_counter] = NULL;
|
ct->http_options[http_counter] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ct->ts_ctx = create_tsctx(ct, conf, "tsa", NULL);
|
ct->ts_ctx = create_tsctx(ct, conf, NULL, NULL);
|
||||||
if (ct->ts_ctx == NULL)
|
if (ct->ts_ctx == NULL)
|
||||||
ret = 0;
|
ret = 0;
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue