summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-05 04:21:29 +0000
committerStef Walter <stef@memberwebs.com>2008-12-05 04:21:29 +0000
commitb37bf079d8ddfc7989d8e7da0b3e7eb7b9d8c856 (patch)
tree320e90f36d359c3f619e6d637b2a8b77a53c5370 /src/config.c
parentd2bde592689644bf7b93b55bee35f5d1452a4dd9 (diff)
Add ability to run NSS libsoftokn3 using the lazy flag.
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 65cc70c..9ca3bb0 100644
--- a/src/config.c
+++ b/src/config.c
@@ -92,7 +92,7 @@ p11t_config_parse(const char* filename)
t++;
name = trim(p);
- value = t;
+ value = trim(t);
if(name && value)
{