gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r984 - GNUnet/src/conf
Date: Fri, 24 Jun 2005 12:08:25 -0700 (PDT)

Author: durner
Date: 2005-06-24 12:08:21 -0700 (Fri, 24 Jun 2005)
New Revision: 984

Modified:
   GNUnet/src/conf/wizard_callbacks.c
   GNUnet/src/conf/wizard_curs.c
Log:
needed to determine destination

Modified: GNUnet/src/conf/wizard_callbacks.c
===================================================================
--- GNUnet/src/conf/wizard_callbacks.c  2005-06-24 18:58:08 UTC (rev 983)
+++ GNUnet/src/conf/wizard_callbacks.c  2005-06-24 19:08:21 UTC (rev 984)
@@ -161,13 +161,6 @@
        char *confDir, *confFile, *conf;
        int fileLen;
        
-  sym = sym_find("EXPERIMENTAL", "Meta");
-  sym_set_tristate_value(sym, no);
-  sym = sym_find("ADVANCED", "Meta");
-  sym_set_tristate_value(sym, no);
-  sym = sym_find("RARE", "Meta");
-  sym_set_tristate_value(sym, no);
-  
   /* Check write permission */
   sym = sym_find("config-daemon.in_CONF_DEF_DIR", "Meta");
   sym_calc_value_ext(sym, 1);

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2005-06-24 18:58:08 UTC (rev 983)
+++ GNUnet/src/conf/wizard_curs.c       2005-06-24 19:08:21 UTC (rev 984)
@@ -545,13 +545,6 @@
                free(confDir);
                free(confFile);
 
-         sym = sym_find("EXPERIMENTAL", "Meta");
-         sym_set_tristate_value(sym, no);
-         sym = sym_find("ADVANCED", "Meta");
-         sym_set_tristate_value(sym, no);
-         sym = sym_find("RARE", "Meta");
-         sym_set_tristate_value(sym, no);
-
                /* Write conf */
                if (conf_write() != 0) {
                        char *err, *prefix, *strerr;





reply via email to

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