master/master.c
changeset 166 29b19a90ff3f
parent 164 ed85368b2b2e
child 173 10e182a8bc4e
--- a/master/master.c	Thu Apr 06 09:16:25 2006 +0000
+++ b/master/master.c	Thu Apr 06 09:32:30 2006 +0000
@@ -956,8 +956,8 @@
             return -1;
     }
 
-    master->slaves_responding = master->slave_count;
-    master->slave_states = EC_SLAVE_STATE_OP;
+    master->slaves_responding = 0;
+    master->slave_states = EC_SLAVE_STATE_INIT;
 
     return 0;
 }