[gnome-keyring] pam: de-duplicate log message text and comment



commit 27b81b609b5ab0831e475a537566457122a83d67
Author: Colin Walters <walters verbum org>
Date:   Thu Oct 24 14:31:50 2013 -0400

    pam: de-duplicate log message text and comment
    
    I was reading the source to this for other reasons, just a drive by...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710827

 pam/gkr-pam-module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pam/gkr-pam-module.c b/pam/gkr-pam-module.c
index 8ad814c..b43ef97 100644
--- a/pam/gkr-pam-module.c
+++ b/pam/gkr-pam-module.c
@@ -321,7 +321,7 @@ cleanup_free_password (pam_handle_t *ph, void *data, int pam_end_status)
 #include  <selinux/flask.h>
 #include  <selinux/selinux.h>
 /* Attempt to set SELinux Context. We are ignoring failure and just going
-   with default behaviour default behaviour
+   with default behaviour
 */
 static void setup_selinux_context(const char *command) {
        security_context_t fcon = NULL, newcon = NULL, execcon = NULL;
@@ -574,7 +574,7 @@ start_daemon (pam_handle_t *ph, struct passwd *pwd, const char *password)
        
        /* Failure from process */
        if (failed) {
-               syslog (GKR_LOG_ERR, "gkr-pam: gnome-keyring-daemon didn't start properly properly");
+               syslog (GKR_LOG_ERR, "gkr-pam: gnome-keyring-daemon didn't start properly");
                goto done;
        }
                


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]