gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix FTBFS of test


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix FTBFS of test
Date: Fri, 17 Mar 2017 17:56:19 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d624b9595 fix FTBFS of test
d624b9595 is described below

commit d624b9595e7174ec95a44b3e1cea817402d30f0b
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 17 17:58:05 2017 +0100

    fix FTBFS of test
---
 src/cadet/test_cadet.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index a7304c3ee..8963d97c9 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -948,6 +948,7 @@ tmain (void *cls,
 int
 main (int argc, char *argv[])
 {
+  static const struct GNUNET_HashCode *ports[2];
   struct GNUNET_MQ_MessageHandler handlers[] = {
     GNUNET_MQ_hd_var_size (data,
                            GNUNET_MESSAGE_TYPE_DUMMY,
@@ -955,13 +956,9 @@ main (int argc, char *argv[])
                            NULL),
     GNUNET_MQ_handler_end ()
   };
-
-  initialized = GNUNET_NO;
-  static const struct GNUNET_HashCode *ports[2];
   const char *config_file;
   char port_id[] = "test port";
-
-  static const struct GNUNET_GETOPT_CommandLineOption options[] = {
+  struct GNUNET_GETOPT_CommandLineOption options[] = {
     GNUNET_GETOPT_OPTION_SET_RELATIVE_TIME ('t',
                                             "time",
                                             "short_time",
@@ -977,6 +974,8 @@ main (int argc, char *argv[])
     GNUNET_GETOPT_OPTION_END
   };
 
+
+  initialized = GNUNET_NO;
   GNUNET_log_setup ("test", "DEBUG", NULL);
 
   total_packets = TOTAL_PACKETS;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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