summaryrefslogtreecommitdiff
path: root/daemon/verify-shadow.c
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-07 18:55:48 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-07 18:55:48 +0000
commit529c4d69585b7915bcb09347f5c5b9db2a0a529e (patch)
treec8b178199b2b71a225d2c8140af5bf046a888546 /daemon/verify-shadow.c
parent84cb5c37f670a4c38dbb96bdd1125211341b0db5 (diff)
downloadgdm-529c4d69585b7915bcb09347f5c5b9db2a0a529e.tar.gz
add a SOFT_RESTART_SERVERS fifo command to force a restart of X servers
Wed Aug 07 12:01:06 2002 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.c: add a SOFT_RESTART_SERVERS fifo command to force a restart of X servers that no one is logged in on right away, unlike the DIRTY_SERVERS which just marks servers as dirty and to be restarted
Diffstat (limited to 'daemon/verify-shadow.c')
-rw-r--r--daemon/verify-shadow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/verify-shadow.c b/daemon/verify-shadow.c
index 84abb9bb..a2587df3 100644
--- a/daemon/verify-shadow.c
+++ b/daemon/verify-shadow.c
@@ -76,6 +76,7 @@ gdm_verify_user (GdmDisplay *d, const char *username, const gchar *display, gboo
g_free (login);
return NULL;
}
+ gdm_slave_greeter_ctl_no_ret (GDM_MSG, "");
} else {
login = g_strdup (username);
}