aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2017-06-11 04:09:01 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2017-06-11 04:09:01 +0000
commit4bf9e0471759ddd348fe6a800a242e61152033f5 (patch)
tree58cce5a60362a580000af7d82358edd016ff9e54 /src/social/gnunet-social.c
parentf69bdc6985991ed4062ffa0bd3dc21dab5689613 (diff)
downloadgnunet-4bf9e0471759ddd348fe6a800a242e61152033f5.tar.gz
gnunet-4bf9e0471759ddd348fe6a800a242e61152033f5.zip
gnunet-social: removed duplicate getopt
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c7
1 files changed, 1 insertions, 6 deletions
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"),