From 5dc828dd9912f96174f7c27891f69e74b86b5771 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 10 May 2012 18:56:42 +0000 Subject: [PATCH] -typo --- src/transport/gnunet-service-transport_neighbours.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index ef677ed54..07c48caba 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -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; } -- 2.25.1