aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:21:40 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:21:40 +0000
commitf4897a8ae7a0f5e5eb3d2aff5d1beef1f6e0d2a6 (patch)
tree4bedd51d1d512f769b47055a9955ab9a936a92b2
parent10e1bb2eda72513c18b5f091044f8a6451bae13d (diff)
downloadgnunet-f4897a8ae7a0f5e5eb3d2aff5d1beef1f6e0d2a6.tar.gz
gnunet-f4897a8ae7a0f5e5eb3d2aff5d1beef1f6e0d2a6.zip
-typo
-rw-r--r--src/transport/gnunet-service-transport_ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_ats.c b/src/transport/gnunet-service-transport_ats.c
index c866eadd9..5fcd8f479 100644
--- a/src/transport/gnunet-service-transport_ats.c
+++ b/src/transport/gnunet-service-transport_ats.c
@@ -697,7 +697,7 @@ GST_ats_del_session (const struct GNUNET_HELLO_Address *address,
697 /* This was an inbound address, the session is now gone, so we 697 /* This was an inbound address, the session is now gone, so we
698 need to also forget about the address itself. */ 698 need to also forget about the address itself. */
699 ai->ar = NULL; 699 ai->ar = NULL;
700 destroy_ai (address); 700 destroy_ai (ai);
701 } 701 }
702} 702}
703 703