summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-linux-auditor.c
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-02-09 03:56:36 +0000
committerRay Strode <halfline@src.gnome.org>2008-02-09 03:56:36 +0000
commitf99b7475706df558f12d3f5ce137791c9b5d2c62 (patch)
tree6f49991c6a067cc61e8c40a38a3d5b887b86c4f4 /daemon/gdm-session-linux-auditor.c
parent68eca9fcccf3938dbdda2149a4fcd463ec04f1dc (diff)
downloadgdm-f99b7475706df558f12d3f5ce137791c9b5d2c62.tar.gz
report to auditor username even if it doesn't change over the course of
2008-02-08 Ray Strode <rstrode@redhat.com> * daemon/gdm-session-worker.c (gdm_session_worker_update_username): report to auditor username even if it doesn't change over the course of the pam conversation svn path=/trunk/; revision=5743
Diffstat (limited to 'daemon/gdm-session-linux-auditor.c')
-rw-r--r--daemon/gdm-session-linux-auditor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-session-linux-auditor.c b/daemon/gdm-session-linux-auditor.c
index 0c0cf79a..e06aee66 100644
--- a/daemon/gdm-session-linux-auditor.c
+++ b/daemon/gdm-session-linux-auditor.c
@@ -64,6 +64,7 @@ gdm_session_linux_auditor_report_login_attempt (GdmSessionAuditor *auditor,
if (username != NULL) {
pw = getpwnam (username);
} else {
+ G_BREAKPOINT ();
username = g_strdup ("unknown");
pw = NULL;
}