gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r20299 - gnunet/src/peerinfo-tool
Date: Tue, 6 Mar 2012 07:20:54 +0100

Author: grothoff
Date: 2012-03-06 07:20:54 +0100 (Tue, 06 Mar 2012)
New Revision: 20299

Modified:
   gnunet/src/peerinfo-tool/gnunet-peerinfo.c
Log:
-LRN: fix peerinfo initialization

Modified: gnunet/src/peerinfo-tool/gnunet-peerinfo.c
===================================================================
--- gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2012-03-06 05:45:34 UTC (rev 
20298)
+++ gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2012-03-06 06:20:54 UTC (rev 
20299)
@@ -539,7 +539,7 @@
     FPRINTF (stderr, "%s", _("--put-uri and --get-uri are mutually 
exclusive\n"));
     return;
   }
-  if (put_uri != NULL || get_uri == GNUNET_YES)
+  if (put_uri != NULL || get_uri == GNUNET_YES || get_self != GNUNET_YES)
   {
     peerinfo = GNUNET_PEERINFO_connect (cfg);
     if (peerinfo == NULL)




reply via email to

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