* src/generator.ml: Change all `String "device"' to `Device "device"'.
[libguestfs.git] / daemon / zero.c
index ba87e68..864e9a6 100644 (file)
@@ -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);