summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 8176fe34..08f89dff 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -189,12 +189,6 @@ gdm_daemon_ensure_dirs (uid_t uid,
GDM_RAN_ONCE_MARKER_DIR, error->message);
}
- /* Set up /var/gdm */
- if (!ensure_dir_with_perms (AUTHDIR, uid, gid, 0711, &error)) {
- gdm_fail (_("Failed to create AuthDir %s: %s"),
- AUTHDIR, error->message);
- }
-
/* Set up /var/log/gdm */
if (!ensure_dir_with_perms (LOGDIR, 0, gid, 0711, &error)) {
gdm_fail (_("Failed to create LogDir %s: %s"),