aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index c2cca1f23..acfd215fa 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -5769,7 +5769,7 @@ handle_mesh_data_to_orig (void *cls, const struct GNUNET_PeerIdentity *peer,
5769 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 5769 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
5770 " pid %u not seen yet, forwarding\n", pid); 5770 " pid %u not seen yet, forwarding\n", pid);
5771 } 5771 }
5772 t->bck_pid++; 5772 t->bck_pid = pid;
5773 5773
5774 if (NULL != t->owner) 5774 if (NULL != t->owner)
5775 { 5775 {