mirror of
https://github.com/kakwa/uts-server
synced 2025-01-05 19:33:33 +01: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
@ -240,7 +240,7 @@ int set_params(rfc3161_context *ct, char *conf_file) {
|
||||
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)
|
||||
ret = 0;
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user