Fixing bug in dcf.c preventing to configure more than one slave using concise dcf when Save Node option is disabled
authorLaurent Bessard
Thu, 04 Oct 2012 17:12:34 +0200 (2012-10-04)
changeset 756 4ac6fd44595b
parent 755 66ceb88411ab
child 757 8150518de469
Fixing bug in dcf.c preventing to configure more than one slave using concise dcf when Save Node option is disabled
src/dcf.c
--- a/src/dcf.c	Tue Oct 02 21:52:29 2012 +0200
+++ b/src/dcf.c	Thu Oct 04 17:12:34 2012 +0200
@@ -131,6 +131,7 @@
             SaveNode(d, nodeId);
             d->dcf_status = DCF_STATUS_SAVED;
 #else //DCF_SAVE_NODE
+            d->dcf_status = DCF_STATUS_INIT;
            start_and_seek_node(d,nodeId);
 #endif //DCF_SAVE_NODE
         }