From f83c2be4c0b30eedcef0ab7d7aef6fed45f3de59 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 21 Sep 2010 01:35:41 +0200 Subject: [PATCH] example: fix --cluster arg handling in pp-common.c Don't throw away the argument. Signed-off-by: Patrick McHardy --- example/pp-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/pp-common.c b/example/pp-common.c index ba94ea2..f4fa68d 100644 --- a/example/pp-common.c +++ b/example/pp-common.c @@ -72,6 +72,7 @@ void dect_pp_common_options(int argc, char **argv) switch (c) { case OPT_CLUSTER: + cluster = optarg; break; case OPT_IPUI: if (dect_parse_ipui(&ipui, optarg))