And final left over.

---

diff --git a/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c 
b/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c
index 8f7b0e6..d201191 100644
--- a/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c
+++ b/src/key_mod/ecryptfs_key_mod_pkcs11_helper.c
@@ -1567,7 +1567,7 @@ static int ecryptfs_pkcs11h_init(char **alias)
        CK_RV rv = CKR_FUNCTION_FAILED;
        int rc = 0;
 
-       if (asprintf(alias, "pkcs11") == -1) {
+       if (asprintf(alias, "pkcs11-helper") == -1) {
                syslog(LOG_ERR, "PKCS#11: Out of memory\n");
                rc = -ENOMEM;
                goto out;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
eCryptfs-devel mailing list
eCryptfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel

Reply via email to