# HG changeset patch # User edouard # Date 1256650557 -3600 # Node ID 485e9b8a3e767687ac6cff79d14eb1a8a03fc913 # Parent c59dce78bbad2d5a274a05a0a45542b0dc995ac7# Parent daa1e1c3fba43ee73a2e827961155b1372ca433e Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e diff -r daa1e1c3fba4 -r 485e9b8a3e76 src/dcf.c --- a/src/dcf.c Wed Oct 14 10:13:00 2009 +0200 +++ b/src/dcf.c Tue Oct 27 14:35:57 2009 +0100 @@ -118,7 +118,8 @@ static void send_consise_dcf_loop(CO_Data* d,UNS8 nodeId) { - /* Loop on all DCF subindexes, corresponding to node ID until there is no request*/ + if(nodeId > d->dcf_odentry->bSubCount) return; +/* Loop on all DCF subindexes, corresponding to node ID until there is no request*/ //while (nodeId < d->dcf_odentry->bSubCount){ while (d->dcf_request>0){ if(d->dcf_odentry->pSubindex[nodeId].bAccessType & DCF_TO_SEND){