--- 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) {