aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-02 19:46:48 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-02 19:46:48 +0000
commit8ecefbf6920b5b59dbe5575246cf076b95226fac (patch)
tree10545d7d76c0fa3db174d16480a882c224a06375 /src/peerinfo-tool
parent2400b6f612dc0caaa3e8a1fd81366a210ec64756 (diff)
downloadgnunet-8ecefbf6920b5b59dbe5575246cf076b95226fac.tar.gz
gnunet-8ecefbf6920b5b59dbe5575246cf076b95226fac.zip
-improving error reporting on #2295
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 3aded8eea..ab5a15730 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -640,7 +640,7 @@ add_address_to_hello (void *cls, size_t max, void *buffer)
640 if (GNUNET_OK != 640 if (GNUNET_OK !=
641 papi->string_to_address (papi->cls, 641 papi->string_to_address (papi->cls,
642 plugin_address, 642 plugin_address,
643 strlen (plugin_address), 643 strlen (plugin_address) + 1,
644 &addr, 644 &addr,
645 &addr_len)) 645 &addr_len))
646 { 646 {