summaryrefslogtreecommitdiffstats
path: root/daemon/zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/zero.c')
-rw-r--r--daemon/zero.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/zero.c b/daemon/zero.c
index ba87e68b..864e9a66 100644
--- a/daemon/zero.c
+++ b/daemon/zero.c
@@ -33,8 +33,6 @@ do_zero (char *device)
int fd, i;
char buf[4096];
- RESOLVE_DEVICE (device, return -1);
-
fd = open (device, O_WRONLY);
if (fd == -1) {
reply_with_perror ("%s", device);