Commit 15ef3b49 authored by Raymond Knopp's avatar Raymond Knopp

no arg option -m


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7267 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 85267bf3
......@@ -678,7 +678,7 @@ int config_parse_opt_line(int argc, char *argv[], mme_config_t *mme_config_p)
mme_config_init(mme_config_p);
/* Parsing command line */
while ((c = getopt (argc, argv, "O:c:hi:K:m:v:V")) != -1) {
while ((c = getopt (argc, argv, "O:c:hi:K:mv:V")) != -1) {
switch (c) {
case 'O':
case 'c': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment