1
1
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:
Lennart Poettering 2016-07-14 12:28:54 +02:00
parent 1ddc1272e7
commit fe048ce56a

View File

@ -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;
}