Commit 0a7f0fbb authored by Lionel Gauthier's avatar Lionel Gauthier

No diffs!

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4955 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 8b6ab54a
...@@ -146,7 +146,7 @@ int usim_api_write(const usim_data_t* data) ...@@ -146,7 +146,7 @@ int usim_api_write(const usim_data_t* data)
/* Write USIM application data */ /* Write USIM application data */
if (memory_write(path, data, sizeof(usim_data_t)) != RETURNok) { if (memory_write(path, data, sizeof(usim_data_t)) != RETURNok) {
LOG_TRACE(ERROR, "USIM-API - Unable to write USIM file %s", path); LOG_TRACE(ERROR, "USIM-API - Unable to write USIM file %s", path);
free(path); free(path);
LOG_FUNC_RETURN (RETURNerror); LOG_FUNC_RETURN (RETURNerror);
......
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