]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix a bug which prevented the -r to use anything but the Golden Image slot. The probl...
authorrazvanm <razvanm>
Tue, 15 Jan 2008 19:14:50 +0000 (19:14 +0000)
committerrazvanm <razvanm>
Tue, 15 Jan 2008 19:14:50 +0000 (19:14 +0000)
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;