-dce
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:48:46 +0000 (09:48 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 Jan 2012 09:48:46 +0000 (09:48 +0000)
src/core/gnunet-service-core_neighbours.c

index 6c696ce848c80e27fada0b9758e956cf540d1a09..c4db40aa2b2f347ba42b00801036e2e6e4393854 100644 (file)
@@ -233,7 +233,6 @@ transmit_ready (void *cls, size_t size, void *buf)
     process_queue (n);
     return 0;
   }
-  ret = 0;
   cbuf = buf;
   GNUNET_assert (size >= m->size);
   memcpy (cbuf, &m[1], m->size);