From: psyc://loupsycedyglgamf.onion/~lynX Date: Sun, 11 Jun 2017 04:09:01 +0000 (+0000) Subject: gnunet-social: removed duplicate getopt X-Git-Tag: gnunet-0.11.0rc0~236 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4bf9e0471759ddd348fe6a800a242e61152033f5;p=oweals%2Fgnunet.git gnunet-social: removed duplicate getopt --- diff --git a/AUTHORS b/AUTHORS index d5bf15543..8b3910776 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Alejandra Morales Andreas Fuchs Bart Polot Bruno Cabral +Carlo von lynX Christian Fuchs Christian Grothoff Claudiu Olteanu diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c index 228d69d58..0e52dccfa 100644 --- a/src/social/gnunet-social.c +++ b/src/social/gnunet-social.c @@ -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"),