summaryrefslogtreecommitdiff
path: root/daemon/auth.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-09-01 21:08:40 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-09-01 21:08:40 +0000
commit69ad9b1aed44f136ca3c3c50b435c1f74568f303 (patch)
tree6d4956d81c6736e6b3189d4d454b4853cc883bee /daemon/auth.c
parentbe2e2b987f801106a47b1fa25be4ea0227b0d0c8 (diff)
downloadgdm-69ad9b1aed44f136ca3c3c50b435c1f74568f303.tar.gz
move gdm_verify_cleanup after running of PostSession and touching the home
Mon Sep 01 14:01:02 2003 George Lebl <jirka@5z.com> * daemon/slave.c: move gdm_verify_cleanup after running of PostSession and touching the home dir. Home dir may be unmounted in pam_close_session leading to failures when trying to touch the home dir in the PostSession script and in the code that closes the session. * daemon/auth.c: fix error output so that bug reports wouldn't point me to the wrong code.
Diffstat (limited to 'daemon/auth.c')
-rw-r--r--daemon/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index 405f4ddc..e8e44dbc 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -215,7 +215,7 @@ gdm_auth_secure_display (GdmDisplay *d)
if G_UNLIKELY (af_gdm == NULL) {
gdm_error (_("%s: Cannot safely open %s"),
- "gdm_auth_user_remove",
+ "gdm_auth_secure_display",
d->authfile_gdm);
g_free (d->authfile_gdm);
@@ -232,7 +232,7 @@ gdm_auth_secure_display (GdmDisplay *d)
if G_UNLIKELY (af == NULL) {
gdm_error (_("%s: Cannot safely open %s"),
- "gdm_auth_user_remove",
+ "gdm_auth_secure_display",
d->authfile);
g_free (d->authfile);