Commit 90717e42 authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6158 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 50b5b84d
......@@ -133,7 +133,7 @@ sgw_ipv6_mask_in6_addr(
int spgw_system(char *command_pP, int abort_on_errorP) {
int ret = 0;
ret = system("command_pP");
ret = system(command_pP);
if (ret < 0) {
SPGW_APP_ERROR("ERROR in system command %s: %d\n",
command_pP,ret);
......
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