From ca1ad221dc3b75841d7debfd5c9abc937845958a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Jan 2012 18:47:35 +0000 Subject: [PATCH] -fix --- src/vpn/gnunet-vpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.25.1