diff options
| -rw-r--r-- | trust/persist.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/trust/persist.c b/trust/persist.c index ae76342..de827a6 100644 --- a/trust/persist.c +++ b/trust/persist.c @@ -137,7 +137,7 @@ format_string (CK_ATTRIBUTE *attr,  	p11_buffer_add (buf, "\"", 1);  	value = attr->pValue; -	p11_url_encode (value, value + attr->ulValueLen, P11_URL_VERBATIM, buf); +	p11_url_encode (value, value + attr->ulValueLen, P11_URL_VERBATIM " ", buf);  	p11_buffer_add (buf, "\"", 1);  } | 
