aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-10-11 16:34:40 +0000
committerBart Polot <bart@net.in.tum.de>2012-10-11 16:34:40 +0000
commit81f6f914bf482010e8dbb003f789f69c8c05a388 (patch)
tree9e49e9c16622423db930210316bfc75d97db91b9 /src
parenta051ae50ffe94ee02bfee5f60656bfbd582aa67b (diff)
downloadgnunet-81f6f914bf482010e8dbb003f789f69c8c05a388.tar.gz
gnunet-81f6f914bf482010e8dbb003f789f69c8c05a388.zip
- update bck pid on all traffic, not only local
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");