1
0
mirror of https://github.com/kakwa/uts-server synced 2024-09-22 15:31:41 +02:00

use NULL instead of a section (for the conf parser to look for default policy)

This commit is contained in:
kakwa 2016-08-26 20:59:46 +02:00
parent ec467ba646
commit bf5435510c

View File

@ -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;