[pkg-fso-commits] [SCM] Automatic Display Manager branch, master, updated. nodm/0.3-2-25-g6b59ed6

Enrico Zini enrico at enricozini.org
Thu Jul 23 23:44:16 UTC 2009


The following commit has been merged in the master branch:
commit 75a6944529f182caff00a2803b1a2e4b99dfaa5d
Author: Enrico Zini <enrico at enricozini.org>
Date:   Thu Jul 23 23:32:54 2009 +0200

    Removed useless check

diff --git a/nodm.c b/nodm.c
index 07ce179..d9e38bf 100644
--- a/nodm.c
+++ b/nodm.c
@@ -564,7 +564,7 @@ static int nodm_monitor(int argc, char **argv)
 		snprintf(xoptions1, BUFSIZ, "vt%d %s", vt_num, xoptions);
 
 	setenv("NODM_RUN_SESSION", "1", 1);
-	run_and_restart(xinit, opt_session, xoptions[0] == 0 ? NULL : xoptions, mst);
+	run_and_restart(xinit, opt_session, xoptions1, mst);
 
 	close(vt_fd);
 

-- 
Automatic Display Manager



More information about the pkg-fso-commits mailing list