-not const
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Nov 2013 14:25:22 +0000 (14:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Nov 2013 14:25:22 +0000 (14:25 +0000)
src/fs/gnunet-service-fs_mesh_client.c

index e785a507dda124ccebc053f76bdc432b4f96aeec..dde32f96f97fd889a394c62f252e333a3e82bdaa 100644 (file)
@@ -213,7 +213,7 @@ move_to_pending (void *cls,
 static void
 reset_mesh (struct MeshHandle *mh)
 {
-  const struct GNUNET_MESH_Channel *channel = mh->channel;
+  struct GNUNET_MESH_Channel *channel = mh->channel;
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Resetting mesh channel to %s\n",