tool/CommandSoeWrite.cpp
changeset 1995 7d748d9cf9e8
parent 1953 968a531e5a89
child 1966 23c638a81fe7
--- a/tool/CommandSoeWrite.cpp	Mon Oct 18 10:30:57 2010 +0200
+++ b/tool/CommandSoeWrite.cpp	Mon Oct 18 10:45:07 2010 +0200
@@ -92,6 +92,8 @@
         throwInvalidUsageException(err);
     }
 
+    ioctl.drive_no = 0; // FIXME
+
     try {
         ioctl.idn = parseIdn(args[0]);
     } catch (runtime_error &e) {