aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2018-06-28 01:39:24 +0200
committert3sserakt <t3ss@posteo.de>2018-06-28 01:39:24 +0200
commit842f1d970c56228154aa7d0a027ebeec296b9036 (patch)
tree0e1098ed3b0f21fb83e4d853d404ce94358bf011 /src/cadet/gnunet-cadet.c
parentf4279d5bfd1e10fa668a262226cb159910f08680 (diff)
downloadgnunet-842f1d970c56228154aa7d0a027ebeec296b9036.tar.gz
gnunet-842f1d970c56228154aa7d0a027ebeec296b9036.zip
showing destination in path
Diffstat (limited to 'src/cadet/gnunet-cadet.c')
-rw-r--r--src/cadet/gnunet-cadet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index b22881907..d629df9b2 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -577,9 +577,9 @@ peer_callback (void *cls,
577 }else{ 577 }else{
578 p = paths; 578 p = paths;
579 FPRINTF (stdout, 579 FPRINTF (stdout,
580 "Path with offset %u: ", 580 "Indirekt path with offset %u: ",
581 offset); 581 offset);
582 for (i = 0; i < offset && NULL != p;) 582 for (i = 0; i <= offset && NULL != p;)
583 { 583 {
584 FPRINTF (stdout, 584 FPRINTF (stdout,
585 "%s ", 585 "%s ",