tool/CommandSoeWrite.cpp
changeset 1953 968a531e5a89
parent 1877 7b77000f9764
child 1966 23c638a81fe7
--- a/tool/CommandSoeWrite.cpp	Tue Jul 20 10:52:31 2010 +0200
+++ b/tool/CommandSoeWrite.cpp	Fri Jul 23 09:30:42 2010 +0200
@@ -92,6 +92,8 @@
         throwInvalidUsageException(err);
     }
 
+    ioctl.drive_no = 0; // FIXME
+
     try {
         ioctl.idn = parseIdn(args[0]);
     } catch (runtime_error &e) {