mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
namespace: add a (void) cast
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user