gnunet-developers
[Top][All Lists]
Advanced

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

Re: [GNUnet-developers] gnunet-xxxxx tools and -c


From: Christian
Subject: Re: [GNUnet-developers] gnunet-xxxxx tools and -c
Date: Wed, 7 Apr 2004 16:47:09 +0900

Yesterday night i was obviously too sleepy to get until here but this morning i 
found the point of failure. But i am still unclear what is done with _MAGIC_ 
here. 


  if (testConfigurationString("GNUNETD",
                              "_MAGIC_",
                              "YES"))
    base = "GNUNETD_HOME";
  else
    base = "GNUNET_HOME";
  dir = getFileName("",
                    base,
                    "Configuration file must specify a directory"
                    " for GNUnet to store per-peer data under %s%s\n");

For a quick test i changed both base= to "GNUNETD_HOME" and my tools worked on 
the secondary gnunetd (with -c <configfile>). However now it doesnt work 
without -c anymore.
It looks like a real quick&dirty fix but for me that works at the moment ;)


  Chris




reply via email to

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