gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9604 - GNUnet/src/applications/sqstore_postgres


From: gnunet
Subject: [GNUnet-SVN] r9604 - GNUnet/src/applications/sqstore_postgres
Date: Fri, 20 Nov 2009 15:07:30 -0700

Author: grothoff
Date: 2009-11-20 15:07:30 -0700 (Fri, 20 Nov 2009)
New Revision: 9604

Modified:
   GNUnet/src/applications/sqstore_postgres/postgres_test.c
   GNUnet/src/applications/sqstore_postgres/postgres_test2.c
   GNUnet/src/applications/sqstore_postgres/postgres_test3.c
Log:
disable entropy gathering

Modified: GNUnet/src/applications/sqstore_postgres/postgres_test.c
===================================================================
--- GNUnet/src/applications/sqstore_postgres/postgres_test.c    2009-11-20 
22:06:23 UTC (rev 9603)
+++ GNUnet/src/applications/sqstore_postgres/postgres_test.c    2009-11-20 
22:07:30 UTC (rev 9604)
@@ -266,6 +266,7 @@
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_CronManager *cron;
 
+  GNUNET_disable_entropy_gathering ();
   cfg = GNUNET_GC_create ();
   if (-1 == GNUNET_GC_parse_configuration (cfg, "check.conf"))
     {

Modified: GNUnet/src/applications/sqstore_postgres/postgres_test2.c
===================================================================
--- GNUnet/src/applications/sqstore_postgres/postgres_test2.c   2009-11-20 
22:06:23 UTC (rev 9603)
+++ GNUnet/src/applications/sqstore_postgres/postgres_test2.c   2009-11-20 
22:07:30 UTC (rev 9604)
@@ -267,6 +267,7 @@
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_CronManager *cron;
 
+  GNUNET_disable_entropy_gathering ();
   cfg = GNUNET_GC_create ();
   if (-1 == GNUNET_GC_parse_configuration (cfg, "check.conf"))
     {

Modified: GNUnet/src/applications/sqstore_postgres/postgres_test3.c
===================================================================
--- GNUnet/src/applications/sqstore_postgres/postgres_test3.c   2009-11-20 
22:06:23 UTC (rev 9603)
+++ GNUnet/src/applications/sqstore_postgres/postgres_test3.c   2009-11-20 
22:07:30 UTC (rev 9604)
@@ -180,6 +180,7 @@
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_CronManager *cron;
 
+  GNUNET_disable_entropy_gathering ();
   cfg = GNUNET_GC_create ();
   if (-1 == GNUNET_GC_parse_configuration (cfg, "check.conf"))
     {





reply via email to

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