gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21230 - gnunet/src/peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r21230 - gnunet/src/peerinfo-tool
Date: Wed, 2 May 2012 21:46:48 +0200

Author: grothoff
Date: 2012-05-02 21:46:48 +0200 (Wed, 02 May 2012)
New Revision: 21230

Modified:
   gnunet/src/peerinfo-tool/gnunet-peerinfo.c
Log:
-improving error reporting on #2295

Modified: gnunet/src/peerinfo-tool/gnunet-peerinfo.c
===================================================================
--- gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2012-05-02 19:45:21 UTC (rev 
21229)
+++ gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2012-05-02 19:46:48 UTC (rev 
21230)
@@ -640,7 +640,7 @@
   if (GNUNET_OK !=
       papi->string_to_address (papi->cls, 
                               plugin_address,
-                              strlen (plugin_address),
+                              strlen (plugin_address) + 1,
                               &addr,
                               &addr_len))
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]