gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13969 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r13969 - gnunet/src/datastore
Date: Tue, 21 Dec 2010 14:55:22 +0100

Author: grothoff
Date: 2010-12-21 14:55:22 +0100 (Tue, 21 Dec 2010)
New Revision: 13969

Modified:
   gnunet/src/datastore/perf_datastore_api.c
Log:
fix

Modified: gnunet/src/datastore/perf_datastore_api.c
===================================================================
--- gnunet/src/datastore/perf_datastore_api.c   2010-12-21 13:53:05 UTC (rev 
13968)
+++ gnunet/src/datastore/perf_datastore_api.c   2010-12-21 13:55:22 UTC (rev 
13969)
@@ -388,6 +388,7 @@
                                  "-L", "DEBUG",
 #endif
                                  "-c", cfg_name, NULL);
+  GNUNET_assert (NULL != proc);
   GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
                       argv, "perf-datastore-api", "nohelp",
                       options, &run, NULL);




reply via email to

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