aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-25 15:56:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-25 15:56:34 +0000
commite4391016958a0bb2a5b8241531ef2a34f7c55b78 (patch)
tree2c60734b2379261e25d51a76e6adf538eeed51a3 /src/util/connection.c
parenteda18e9c9e0c3965490a23cd5121861f672a38ba (diff)
downloadgnunet-e4391016958a0bb2a5b8241531ef2a34f7c55b78.tar.gz
gnunet-e4391016958a0bb2a5b8241531ef2a34f7c55b78.zip
-fix
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index f6182ebbd..9b1191aaf 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -1091,6 +1091,7 @@ GNUNET_CONNECTION_receive (struct GNUNET_CONNECTION_Handle *connection, size_t m
1091 } 1091 }
1092 if ((NULL == connection->dns_active) && (NULL == connection->ap_head)) 1092 if ((NULL == connection->dns_active) && (NULL == connection->ap_head))
1093 { 1093 {
1094 connection->receiver = NULL;
1094 receiver (receiver_cls, NULL, 0, NULL, 0, ETIMEDOUT); 1095 receiver (receiver_cls, NULL, 0, NULL, 0, ETIMEDOUT);
1095 return; 1096 return;
1096 } 1097 }