aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_peer.c')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index 72eabab28..940377b33 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1159,9 +1159,7 @@ GMP_queue_add (void *cls, uint16_t type, size_t size,
1159 LOG (GNUNET_ERROR_TYPE_DEBUG, 1159 LOG (GNUNET_ERROR_TYPE_DEBUG,
1160 "no buffer space (%u > %u): starting poll\n", 1160 "no buffer space (%u > %u): starting poll\n",
1161 fc->last_pid_sent + 1, fc->last_ack_recv); 1161 fc->last_pid_sent + 1, fc->last_ack_recv);
1162 fc->poll_task = GNUNET_SCHEDULER_add_delayed (fc->poll_time, 1162 GMC_start_poll (c, fwd);
1163 &connection_poll,
1164 fc);
1165 } 1163 }
1166 } 1164 }
1167 else 1165 else