summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/idmapd/idmapd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sbin/idmapd/idmapd.c b/sbin/idmapd/idmapd.c
index e5dbe80..fa3a082 100644
--- a/sbin/idmapd/idmapd.c
+++ b/sbin/idmapd/idmapd.c
@@ -339,12 +339,6 @@ main(int argc, char ** argv)
TAILQ_INIT(&upcall_q);
- if (error) {
- perror("sigaction");
- exit(1);
- }
-
-
fd = open(DEV_PATH, O_RDWR, S_IRUSR | S_IWUSR);
if (fd < 0) {
OpenPOWER on IntegriCloud