mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
bsc_msc_ip.c: Fix the -e command line option
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user