-init cfg
authorChristian Grothoff <christian@grothoff.org>
Fri, 8 Jul 2016 16:50:31 +0000 (16:50 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 8 Jul 2016 16:50:31 +0000 (16:50 +0000)
src/cadet/gnunet-service-cadet_peer.c

index 101b9e22a27ed14fa5c85040b48248b8a03079df..22a8150c4084dc09ca89a9d63fe743ac50c56e43 100644 (file)
@@ -557,7 +557,6 @@ core_init (void *cls,
   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 @@ GCP_queue_unlock (struct CadetPeer *peer, struct CadetConnection *c)
 void
 GCP_init (const struct GNUNET_CONFIGURATION_Handle *c)
 {
+  cfg = c;
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "GCP_init\n");
   in_shutdown = GNUNET_NO;