aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-10 18:56:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-10 18:56:42 +0000
commit5dc828dd9912f96174f7c27891f69e74b86b5771 (patch)
tree20ed7335f2ba44e3507df8f9fb296799db79df2d /src
parentc9344d0f4abd4f585f6838f11f88d84baf50f248 (diff)
downloadgnunet-5dc828dd9912f96174f7c27891f69e74b86b5771.tar.gz
gnunet-5dc828dd9912f96174f7c27891f69e74b86b5771.zip
-typo
Diffstat (limited to 'src')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
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)
956 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 956 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
957 "Failing transmission of active message due to disconnect\n"); 957 "Failing transmission of active message due to disconnect\n");
958 if (NULL != n->is_active->cont) 958 if (NULL != n->is_active->cont)
959 n->is_active->cont (n->is_active->cont_cls, GNUNET_SYSER); 959 n->is_active->cont (n->is_active->cont_cls, GNUNET_SYSERR);
960 GNUNET_free (n->is_active); 960 GNUNET_free (n->is_active);
961 n->is_active = NULL; 961 n->is_active = NULL;
962 } 962 }