gnunet-social: removed duplicate getopt
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>
Sun, 11 Jun 2017 04:09:01 +0000 (04:09 +0000)
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>
Sun, 11 Jun 2017 04:09:01 +0000 (04:09 +0000)
AUTHORS
src/social/gnunet-social.c

diff --git a/AUTHORS b/AUTHORS
index d5bf155432f466b7d2e250eb9f628f0e5cd26563..8b3910776faf1c2280d9847c3b7fdc28e2877171 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Alejandra Morales
 Andreas Fuchs
 Bart Polot <bart@net.in.tum.de>
 Bruno Cabral <bcabral@uw.edu>
+Carlo von lynX <psyc://loupsycedyglgamf.onion/~lynX>
 Christian Fuchs <christian.fuchs@cfuchs.net>
 Christian Grothoff <christian@grothoff.org>
 Claudiu Olteanu
index 228d69d58056f27e181d960f5ce1ec94d4760397..0e52dccfa012c5fe1eca65488a0049504db5dcba 100644 (file)
@@ -718,7 +718,7 @@ guest_recv_local_enter (void *cls, int result,
 
 
 /**
- * Create entry requset message.
+ * Create entry request message.
  */
 static struct GNUNET_PSYC_Message *
 guest_enter_msg_create ()
@@ -1227,11 +1227,6 @@ main (int argc, char *const *argv)
                                   gettext_noop ("create a place"),
                                   &op_host_enter),
 
-    GNUNET_GETOPT_option_flag ('C',
-                                  "host-enter",
-                                  gettext_noop ("create a place"),
-                                  &op_host_enter),
-
     GNUNET_GETOPT_option_flag ('D',
                                   "host-leave",
                                   gettext_noop ("destroy a place we were hosting"),