Commit 80bf3470 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6053 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 64304658
...@@ -600,7 +600,7 @@ int config_parse_opt_line(int argc, char *argv[], mme_config_t *mme_config_p) ...@@ -600,7 +600,7 @@ int config_parse_opt_line(int argc, char *argv[], mme_config_t *mme_config_p)
if (config_parse_file(mme_config_p) != 0) { if (config_parse_file(mme_config_p) != 0) {
return -1; return -1;
} }
/* Display yhe configuration */ /* Display the configuration */
config_display(mme_config_p); config_display(mme_config_p);
return 0; return 0;
} }
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