Fixing bug in dcf.c preventing to configure more than one slave using concise dcf when Save Node option is disabled
--- 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
}