diff options
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -594,7 +594,7 @@ struct query *ctl; /* option record to be initialized */ break; case LA_SSLCERTPATH: - ctl->sslcertpath = xstrdup(optarg); + ctl->sslcertpath = prependdir(optarg, currentwd); break; case LA_SSLFINGERPRINT: |