We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066dcd6 commit 32a5933Copy full SHA for 32a5933
tests/net/tcp2/src/main.c
@@ -559,7 +559,7 @@ static void test_client_ipv4(void)
559
/* Peer will release the semaphone after it sends ACK for data */
560
test_sem_take(K_MSEC(100), __LINE__);
561
562
- net_tcp_put(ctx);
+ net_context_put(ctx);
563
564
/* Peer will release the semaphone after it receives
565
* proper ACK to FIN | ACK
@@ -621,7 +621,7 @@ static void test_client_ipv6(void)
621
622
623
624
625
626
627
0 commit comments