aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-07 08:39:11 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-07 08:41:01 +0200
commit3cfd5d6a022da3e33cec282bed1a3b653743e488 (patch)
tree23de356dafdcf0d58ab6ef8fff060f8cbe8476f6
parent6cc4dbfd46d8d3c472c827fa71fd70e73b530625 (diff)
bsc_msc_ip.c: Fix the -e command line option
-rw-r--r--openbsc/src/bsc_msc_ip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 862bac02e..4bc32bb48 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -900,7 +900,7 @@ static void handle_options(int argc, char** argv)
{0, 0, 0, 0}
};
- c = getopt_long(argc, argv, "hd:sTPc:m:l:",
+ c = getopt_long(argc, argv, "hd:sTPc:m:l:e:",
long_options, &option_index);
if (c == -1)
break;