From 2ba0e67782a511ad3b8e215d345104e63c96ef19 Mon Sep 17 00:00:00 2001 From: razvanm Date: Wed, 25 Jul 2007 23:14:13 +0000 Subject: [PATCH] Uncomment a line that was left commented out by mistake. This prevented the dissemination of the last page in a multi-hop setting. --- tos/lib/net/Deluge/ObjectTransferP.nc | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.2