aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/social/gnunet-social.c7
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
10Andreas Fuchs 10Andreas Fuchs
11Bart Polot <bart@net.in.tum.de> 11Bart Polot <bart@net.in.tum.de>
12Bruno Cabral <bcabral@uw.edu> 12Bruno Cabral <bcabral@uw.edu>
13Carlo von lynX <psyc://loupsycedyglgamf.onion/~lynX>
13Christian Fuchs <christian.fuchs@cfuchs.net> 14Christian Fuchs <christian.fuchs@cfuchs.net>
14Christian Grothoff <christian@grothoff.org> 15Christian Grothoff <christian@grothoff.org>
15Claudiu Olteanu 16Claudiu 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,
718 718
719 719
720/** 720/**
721 * Create entry requset message. 721 * Create entry request message.
722 */ 722 */
723static struct GNUNET_PSYC_Message * 723static struct GNUNET_PSYC_Message *
724guest_enter_msg_create () 724guest_enter_msg_create ()
@@ -1227,11 +1227,6 @@ main (int argc, char *const *argv)
1227 gettext_noop ("create a place"), 1227 gettext_noop ("create a place"),
1228 &op_host_enter), 1228 &op_host_enter),
1229 1229
1230 GNUNET_GETOPT_option_flag ('C',
1231 "host-enter",
1232 gettext_noop ("create a place"),
1233 &op_host_enter),
1234
1235 GNUNET_GETOPT_option_flag ('D', 1230 GNUNET_GETOPT_option_flag ('D',
1236 "host-leave", 1231 "host-leave",
1237 gettext_noop ("destroy a place we were hosting"), 1232 gettext_noop ("destroy a place we were hosting"),