diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 0f6fa9a26..3ad95e3b9 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -462,7 +462,7 @@ static int do_main_loop(void) { } } - if(tor_tls_context_new(certfile, get_privatekey(), 1) < 0) { + if(tor_tls_context_new(options.CertFile, get_privatekey(), 1) < 0) { log_fn(LOG_ERR,"Error creating tls context."); return -1; } |