[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 89/156: The wrong variable was being used to report that NSSPassPhraseHelper wasn't found.

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.

commit bc1e4b1e5777048da135012815cc19a068084650
Author: rcritten <>
Date:   Thu Jun 7 14:58:09 2007 +0000

    The wrong variable was being used to report that NSSPassPhraseHelper
    wasn't found.
---
 nss_engine_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nss_engine_config.c b/nss_engine_config.c
index b72530e..6fa2701 100644
--- a/nss_engine_config.c
+++ b/nss_engine_config.c
@@ -622,8 +622,8 @@ const char *nss_cmd_NSSPassPhraseHelper(cmd_parms *cmd,
         mc->pphrase_dialog_helper = arg;
     } else {
         return apr_pstrcat(cmd->pool,
-                           "NSSPassPhraseHelper: ", mc->pphrase_dialog_path,
-                           "does not exist or is not executable.", NULL);
+                           "NSSPassPhraseHelper: ", arg,
+                           " does not exist or is not executable.", NULL);
     }
 
     return NULL;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git



More information about the Pkg-fedora-ds-maintainers mailing list