gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28364 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r28364 - gnunet/src/mesh
Date: Fri, 2 Aug 2013 02:01:49 +0200

Author: bartpolot
Date: 2013-08-02 02:01:49 +0200 (Fri, 02 Aug 2013)
New Revision: 28364

Modified:
   gnunet/src/mesh/gnunet-service-mesh-enc.c
Log:
- fix


Modified: gnunet/src/mesh/gnunet-service-mesh-enc.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-08-02 00:01:05 UTC (rev 
28363)
+++ gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-08-02 00:01:49 UTC (rev 
28364)
@@ -3412,11 +3412,11 @@
 
   if (NULL != ch->owner)
   {
-    send_local_channel_destroy (t, GNUNET_NO);
+    send_local_channel_destroy (ch, GNUNET_NO);
   }
   if (NULL != ch->client)
   {
-    send_local_channel_destroy (t, GNUNET_YES);
+    send_local_channel_destroy (ch, GNUNET_YES);
   }
 }
 




reply via email to

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