From: Christian Grothoff Date: Sun, 15 Jan 2012 18:47:35 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~15294 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca1ad221dc3b75841d7debfd5c9abc937845958a;p=oweals%2Fgnunet.git -fix --- diff --git a/src/vpn/gnunet-vpn.c b/src/vpn/gnunet-vpn.c index 74975d3d6..ecc0442c6 100644 --- a/src/vpn/gnunet-vpn.c +++ b/src/vpn/gnunet-vpn.c @@ -312,7 +312,7 @@ main (int argc, char *const *argv) 1, &GNUNET_GETOPT_set_string, &peer_id}, {'s', "service", "NAME", gettext_noop ("name of the service we would like to access"), - 1, &GNUNET_GETOPT_set_string, &peer_id}, + 1, &GNUNET_GETOPT_set_string, &service_name}, {'t', "tcp", NULL, gettext_noop ("service is offered via TCP"), 0, &GNUNET_GETOPT_set_one, &tcp},