mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
namespace: add a (void) cast
This commit is contained in:
parent
1ddc1272e7
commit
fe048ce56a
@ -641,7 +641,7 @@ int setup_netns(int netns_storage_socket[2]) {
|
||||
}
|
||||
|
||||
fail:
|
||||
lockf(netns_storage_socket[0], F_ULOCK, 0);
|
||||
(void) lockf(netns_storage_socket[0], F_ULOCK, 0);
|
||||
return r;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user