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 376d100e9f
commit bc20fff44c
1 changed files with 1 additions and 1 deletions

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;