mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
refine it
This commit is contained in:
parent
1a592f4d51
commit
a7690e395b
12 changed files with 163 additions and 419 deletions
|
|
@ -399,7 +399,7 @@ static void sock_test7(abts_case *tc, void *data)
|
|||
rv = core_getaddrinfo(&addr, AF_UNSPEC, "localhost", PORT, 0);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
node = sock_add_node(&list, addr);
|
||||
rv = sock_add_node(&list, &node, addr, AF_INET);
|
||||
ABTS_INT_EQUAL(tc, CORE_OK, rv);
|
||||
|
||||
core_freeaddrinfo(addr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue