tests: socket: getaddrinfo: Explicitly ignore return of sys_mutex_lock
This is a test, and the function is called with K_FOREVER, so it's not supposed to fail. Fixes: #25735 CID: 210582 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
83f7f81d8d
commit
1ca1193a9d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static int process_dns(void)
|
|||
socklen_t addr_len;
|
||||
int ret, idx;
|
||||
|
||||
sys_mutex_lock(&wait_data, K_FOREVER);
|
||||
(void)sys_mutex_lock(&wait_data, K_FOREVER);
|
||||
|
||||
NET_DBG("Waiting for IPv4 DNS packets on port %d",
|
||||
ntohs(addr_v4.sin_port));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue