[AMF] Follow-up on #3880

This commit is contained in:
Sukchan Lee 2025-06-17 17:34:18 +09:00
parent a538e31bed
commit 52ca325ed5

View file

@ -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);