summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-08-28 09:28:01 -0400
committerRay Strode <rstrode@redhat.com>2013-08-28 09:28:01 -0400
commitafa4b0904f3889efdc7f22c95128c91b128df5ed (patch)
treeb996ce0753d61459d20c6a770a0b76c65a3a2250
parent16bd10cad82972bead4f760ecfff43a7c25bdd03 (diff)
downloadgdm-afa4b0904f3889efdc7f22c95128c91b128df5ed.tar.gz
main: drop one more occurence of AUTHDIR
-rw-r--r--daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index 08f89dff..43625d6a 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -399,7 +399,7 @@ main (int argc,
/* clean up any stale ran once marker file that may be lingering */
delete_first_run_marker ();
- g_chdir (AUTHDIR);
+ g_chdir ("/");
main_loop = g_main_loop_new (NULL, FALSE);