From 91341f7be66f2865fe4000dae05dd78f448b3ca6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Sep 2002 13:43:55 +0000 Subject: Sunil Shetye's latest fix patch. svn path=/trunk/; revision=3707 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 000270ee..188db02c 100644 --- a/options.c +++ b/options.c @@ -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: -- cgit v1.2.3