gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2567 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r2567 - GNUnet/src/conf
Date: Sun, 19 Mar 2006 08:29:49 -0800 (PST)

Author: durner
Date: 2006-03-19 08:29:45 -0800 (Sun, 19 Mar 2006)
New Revision: 2567

Modified:
   GNUnet/src/conf/wizard_curs.c
Log:
fix

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2006-03-19 16:27:02 UTC (rev 2566)
+++ GNUnet/src/conf/wizard_curs.c       2006-03-19 16:29:45 UTC (rev 2567)
@@ -615,7 +615,7 @@
     if (!wiz_createGroupUser(group_name, user_name))
       showCursErr(_("Unable to create user account:"), STRERROR(errno));
 
-  if (autostart && !wiz_autostartService(doAutoStart, user_name, group_name))
+  if (!wiz_autostartService(autostart, user_name, group_name))
     showCursErr(_("Unable to change startup process:"), STRERROR(errno));
 
   init_dialog();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]