aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 506cb9d20..c2cca1f23 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -5769,6 +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 5773
5773 if (NULL != t->owner) 5774 if (NULL != t->owner)
5774 { 5775 {
@@ -7639,7 +7640,6 @@ handle_local_to_origin (void *cls, struct GNUNET_SERVER_Client *client,
7639 ntohl (copy->pid)); 7640 ntohl (copy->pid));
7640 return; 7641 return;
7641 } 7642 }
7642 t->bck_pid++;
7643 copy->sender = my_full_id; 7643 copy->sender = my_full_id;
7644 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 7644 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
7645 " calling generic handler...\n"); 7645 " calling generic handler...\n");