gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37493 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r37493 - gnunet/src/cadet
Date: Fri, 8 Jul 2016 18:50:32 +0200

Author: grothoff
Date: 2016-07-08 18:50:31 +0200 (Fri, 08 Jul 2016)
New Revision: 37493

Modified:
   gnunet/src/cadet/gnunet-service-cadet_peer.c
Log:
-init cfg

Modified: gnunet/src/cadet/gnunet-service-cadet_peer.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_peer.c        2016-07-08 16:48:10 UTC 
(rev 37492)
+++ gnunet/src/cadet/gnunet-service-cadet_peer.c        2016-07-08 16:50:31 UTC 
(rev 37493)
@@ -557,7 +557,6 @@
   const struct GNUNET_CONFIGURATION_Handle *c = cls;
   static int i = 0;
 
-  cfg = c;
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Core init\n");
   if (0 != memcmp (identity, &my_full_id, sizeof (my_full_id)))
   {
@@ -1804,6 +1803,7 @@
 void
 GCP_init (const struct GNUNET_CONFIGURATION_Handle *c)
 {
+  cfg = c;
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "GCP_init\n");
   in_shutdown = GNUNET_NO;




reply via email to

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