aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-30 15:32:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-30 15:32:36 +0000
commitf8d51654b222805ed28a148dbe4ce888eb3f27a2 (patch)
tree000128158c44ba700d460fdd4bdfdb7c87ac8b74 /src/transport/transport_api.c
parentad9ffb6b952af8c78ac3ae98c0ed11b85f0bdc85 (diff)
downloadgnunet-f8d51654b222805ed28a148dbe4ce888eb3f27a2.tar.gz
gnunet-f8d51654b222805ed28a148dbe4ce888eb3f27a2.zip
indenting
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 1a2cf4035..7db7d3acc 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1246,8 +1246,7 @@ neighbour_disconnect (struct NeighbourList *n)
1246 if (h->nd_cb != NULL) 1246 if (h->nd_cb != NULL)
1247 h->nd_cb (h->cls, &n->id); 1247 h->nd_cb (h->cls, &n->id);
1248 if (n->transmit_stage == TS_NEW) 1248 if (n->transmit_stage == TS_NEW)
1249 neighbour_free (n); 1249 neighbour_free (n);
1250
1251} 1250}
1252 1251
1253 1252
@@ -1981,7 +1980,6 @@ GNUNET_TRANSPORT_notify_transmit_ready (struct GNUNET_TRANSPORT_Handle
1981 "Created neighbour entry for peer `%s'\n", 1980 "Created neighbour entry for peer `%s'\n",
1982 GNUNET_i2s (target)); 1981 GNUNET_i2s (target));
1983 n = neighbour_add (handle, target); 1982 n = neighbour_add (handle, target);
1984
1985 } 1983 }
1986 if (n == NULL) 1984 if (n == NULL)
1987 { 1985 {