-typo
authorChristian Grothoff <christian@grothoff.org>
Thu, 10 May 2012 18:56:42 +0000 (18:56 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 10 May 2012 18:56:42 +0000 (18:56 +0000)
src/transport/gnunet-service-transport_neighbours.c

index ef677ed54525d5aa0871e9c4408c5cdca4bea199..07c48caba175cab506244ad50d69bf01d4b35118 100644 (file)
@@ -956,7 +956,7 @@ disconnect_neighbour (struct NeighbourMapEntry *n)
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                "Failing transmission of active message due to disconnect\n");
     if (NULL != n->is_active->cont)
-      n->is_active->cont (n->is_active->cont_cls, GNUNET_SYSER);
+      n->is_active->cont (n->is_active->cont_cls, GNUNET_SYSERR);
     GNUNET_free (n->is_active);
     n->is_active = NULL;
   }