1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

implementing loading of the OIDs

This commit is contained in:
kakwa 2016-08-27 11:39:53 +02:00
parent 89e8b773ef
commit 862cc77c4f
4 changed files with 28 additions and 5 deletions

View file

@ -240,6 +240,8 @@ int set_params(rfc3161_context *ct, char *conf_file) {
ct->http_options[http_counter] = NULL;
}
if(! add_oid_section(ct, conf))
ret = 0;
ct->ts_ctx = create_tsctx(ct, conf, NULL, NULL);
if (ct->ts_ctx == NULL)
ret = 0;