aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-20 15:21:31 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-20 15:21:31 +0000
commit0469599af8e76018141e33e75f5b9fcf1eabfbee (patch)
treeb31a6c0d6f1cbb7ceda94f81782dbbed16e7ceec /src/transport/transport_api.c
parent4a54a604a94e68045e1bd5889f8300dd98180020 (diff)
downloadgnunet-0469599af8e76018141e33e75f5b9fcf1eabfbee.tar.gz
gnunet-0469599af8e76018141e33e75f5b9fcf1eabfbee.zip
fix
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index e69d062e1..13fae962b 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1725,6 +1725,7 @@ peer_transmit_timeout (void *cls,
1725 n->transmit_stage); 1725 n->transmit_stage);
1726#endif 1726#endif
1727 notify = th->notify; 1727 notify = th->notify;
1728 th->notify = NULL;
1728 notify_cls = th->notify_cls; 1729 notify_cls = th->notify_cls;
1729 switch (n->transmit_stage) 1730 switch (n->transmit_stage)
1730 { 1731 {