mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
[AMF] Follow-up on #3880
This commit is contained in:
parent
a538e31bed
commit
52ca325ed5
1 changed files with 2 additions and 0 deletions
|
|
@ -250,6 +250,8 @@ static int tun_set_ipv6(char *ifname,
|
|||
commandLine[4] = "up";
|
||||
commandLine[5] = NULL;
|
||||
|
||||
memset(&process, 0, sizeof(process));
|
||||
|
||||
ret = ogs_proc_create(commandLine, 0, &process);
|
||||
ogs_assert(ret == 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue