aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-08 21:22:51 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-08 21:22:51 +0000
commit505a1289db1a7556d71324b87abe10aec0cfe7f5 (patch)
tree24c1496a3a1e4c1805b4b433c2a286413e132378 /src/util
parente6091b60df3aa18ba1be94f72daf8976dbd253dc (diff)
downloadgnunet-505a1289db1a7556d71324b87abe10aec0cfe7f5.tar.gz
gnunet-505a1289db1a7556d71324b87abe10aec0cfe7f5.zip
fix
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 0f83f659a..bfeaccc25 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -708,8 +708,9 @@ client_delayed_retry (void *cls,
708 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 708 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
709 "Transmission failed due to shutdown.\n"); 709 "Transmission failed due to shutdown.\n");
710#endif 710#endif
711 th->sock->th = NULL;
711 th->notify (th->notify_cls, 0, NULL); 712 th->notify (th->notify_cls, 0, NULL);
712 GNUNET_free (th); 713 GNUNET_free (th);
713 return; 714 return;
714 } 715 }
715 th->th = GNUNET_CONNECTION_notify_transmit_ready (th->sock->sock, 716 th->th = GNUNET_CONNECTION_notify_transmit_ready (th->sock->sock,