From 4bf9e0471759ddd348fe6a800a242e61152033f5 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Sun, 11 Jun 2017 04:09:01 +0000 Subject: [PATCH] gnunet-social: removed duplicate getopt --- AUTHORS | 1 + src/social/gnunet-social.c | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) 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"), -- 2.25.1