gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34321 - in gnunet: doc/man src/namestore


From: gnunet
Subject: [GNUnet-SVN] r34321 - in gnunet: doc/man src/namestore
Date: Wed, 1 Oct 2014 11:20:41 +0200

Author: grothoff
Date: 2014-10-01 11:20:40 +0200 (Wed, 01 Oct 2014)
New Revision: 34321

Modified:
   gnunet/doc/man/gnunet-namestore.1
   gnunet/src/namestore/gnunet-namestore.c
Log:
-is pending is dead

Modified: gnunet/doc/man/gnunet-namestore.1
===================================================================
--- gnunet/doc/man/gnunet-namestore.1   2014-09-30 22:04:08 UTC (rev 34320)
+++ gnunet/doc/man/gnunet-namestore.1   2014-10-01 09:20:40 UTC (rev 34321)
@@ -46,9 +46,6 @@
 .IP "\-p, \-\-public"
 Create a record that is public (shared with other users that know the label)
 .B
-.IP "\-P, \-\-pending"
-Create a record that is pending approval (stored in the namestore but 
unavailable for resolution to anyone)
-.B
 .IP "\-r PKEY, \-\-reverse=PKEY"
 Determine our GNS name for the given public key (reverse lookup of the PKEY) 
in the given zone.
 .B

Modified: gnunet/src/namestore/gnunet-namestore.c
===================================================================
--- gnunet/src/namestore/gnunet-namestore.c     2014-09-30 22:04:08 UTC (rev 
34320)
+++ gnunet/src/namestore/gnunet-namestore.c     2014-10-01 09:20:40 UTC (rev 
34321)
@@ -110,11 +110,6 @@
 static int is_shadow;
 
 /**
- * Is record pending approval (#GNUNET_GNSRECORD_RF_PENDING)
- */
-static int is_pending;
-
-/**
  * Queue entry for the 'del' operation.
  */
 static struct GNUNET_NAMESTORE_QueueEntry *del_qe;
@@ -1063,7 +1058,6 @@
 main (int argc, char *const *argv)
 {
   is_public = -1;
-  is_pending = -1;
   is_shadow = -1;
 
   static const struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -1103,9 +1097,6 @@
     {'p', "public", NULL,
      gettext_noop ("create or list public record"), 0,
      &GNUNET_GETOPT_set_one, &is_public},
-    {'P', "pending", NULL,
-     gettext_noop ("create record that is pending approval (and thus for now 
inactive)"), 0,
-     &GNUNET_GETOPT_set_one, &is_pending},
     {'s', "shadow", NULL,
      gettext_noop ("create shadow record (only valid if all other records of 
the same type have expired"), 0,
      &GNUNET_GETOPT_set_one, &is_shadow},




reply via email to

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