]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/DelugeManagerP.nc
Fix a bug which prevented the -r to use anything but the Golden Image slot. The probl...
[tinyos-2.x.git] / tos / lib / net / Deluge / DelugeManagerP.nc
index d7146af91a941e32e2d3a7c6e866e81b2844bc3d..15dbeedc0989f9c01178414f57cebba93e275347 100644 (file)
@@ -92,6 +92,7 @@ implementation
       break;
     case DELUGE_CMD_REPROGRAM:
     case DELUGE_CMD_REBOOT:
+      delugeCmd.imgNum = request->imgNum;
       call DelayTimer.startOneShot(1024);
       sendReply(SUCCESS);
       break;