[gdm] main: drop one more occurence of AUTHDIR



commit afa4b0904f3889efdc7f22c95128c91b128df5ed
Author: Ray Strode <rstrode redhat com>
Date:   Wed Aug 28 09:28:01 2013 -0400

    main: drop one more occurence of AUTHDIR

 daemon/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/main.c b/daemon/main.c
index 08f89df..43625d6 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]