From: razvanm Date: Wed, 25 Jul 2007 23:14:13 +0000 (+0000) Subject: Uncomment a line that was left commented out by mistake. This prevented the dissemina... X-Git-Tag: release_tools_1_2_4_1~11 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2ba0e67782a511ad3b8e215d345104e63c96ef19 Uncomment a line that was left commented out by mistake. This prevented the dissemination of the last page in a multi-hop setting. --- diff --git a/tos/lib/net/Deluge/ObjectTransferP.nc b/tos/lib/net/Deluge/ObjectTransferP.nc index ab92c554..d2c2d820 100644 --- a/tos/lib/net/Deluge/ObjectTransferP.nc +++ b/tos/lib/net/Deluge/ObjectTransferP.nc @@ -248,7 +248,6 @@ implementation setNextPage(); } else { call DelugePageTransfer.setWorkingPage(curObjDesc.objid, curObjDesc.numPgsComplete); - call ObjectTransfer.stop(); state = S_SYNC; if (call BlockWrite.sync[cont_receive_img_num]() != SUCCESS) { post signalObjRecvDone();