dect
/
libdect
Archived
13
0
Fork 0

example: fix --cluster arg handling in pp-common.c

Don't throw away the argument.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-09-21 01:35:41 +02:00
parent e0e5f99bb2
commit f83c2be4c0
1 changed files with 1 additions and 0 deletions

View File

@ -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))