gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20528 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20528 - gnunet/src/gns
Date: Thu, 15 Mar 2012 14:06:45 +0100

Author: schanzen
Date: 2012-03-15 14:06:45 +0100 (Thu, 15 Mar 2012)
New Revision: 20528

Modified:
   gnunet/src/gns/test_gns_simple_get_authority.c
   gnunet/src/gns/test_gns_simple_shorten.c
Log:
-fix config parsing for tests


Modified: gnunet/src/gns/test_gns_simple_get_authority.c
===================================================================
--- gnunet/src/gns/test_gns_simple_get_authority.c      2012-03-15 13:01:56 UTC 
(rev 20527)
+++ gnunet/src/gns/test_gns_simple_get_authority.c      2012-03-15 13:06:45 UTC 
(rev 20528)
@@ -212,7 +212,7 @@
     return;
   }
 
-  if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, "gns",
+  if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (cfg, "gns",
                                                           "ZONEKEY",
                                                           &our_keyfile))
   {

Modified: gnunet/src/gns/test_gns_simple_shorten.c
===================================================================
--- gnunet/src/gns/test_gns_simple_shorten.c    2012-03-15 13:01:56 UTC (rev 
20527)
+++ gnunet/src/gns/test_gns_simple_shorten.c    2012-03-15 13:06:45 UTC (rev 
20528)
@@ -212,7 +212,7 @@
     return;
   }
 
-  if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, "gns",
+  if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_filename (cfg, "gns",
                                                           "ZONEKEY",
                                                           &our_keyfile))
   {




reply via email to

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