diff options
author | Colin Walters <walters@verbum.org> | 2013-10-24 14:31:50 -0400 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-10-25 22:33:27 +0200 |
commit | 27b81b609b5ab0831e475a537566457122a83d67 (patch) | |
tree | 3ed877658d6865e2412303dcb24fd1cfca9984ce | |
parent | 19fe1ca0aa34e3a9e46a94ca58dfd972d8ca14b8 (diff) |
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
-rw-r--r-- | 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 8ad814c3..b43ef975 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; } |