Commit d9d4b911 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(NAS): remove compilation warning

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 592d99b5
......@@ -355,6 +355,11 @@ int nas_config(int interface_id, int thirdOctet, int fourthOctet, char *ifname)
UE_NAS_USE_TUN ? "oaitun_ue" : "oip",
interface_id, interface_id - 1 + 10000);
if (res < 0) {
LOG_E(OIP,"Could not create ip rule/route commands string\n");
return res;
}
background_system(command_line);
return returnValue;
......
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