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:
parent
89e8b773ef
commit
862cc77c4f
4 changed files with 28 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue