mirror of
https://github.com/kakwa/uts-server
synced 2024-11-05 01:08:51 +01:00
use NULL instead of a section (for the conf parser to look for default policy)
This commit is contained in:
parent
ec467ba646
commit
bf5435510c
@ -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…
Reference in New Issue
Block a user