* remote.c (remote_start_remote): Clear `rs->starting_up' on early
returns.
+2012-03-20 Pedro Alves <palves@redhat.com>
+
+ * remote.c (remote_start_remote): Clear `rs->starting_up' on early
+ returns.
+
2012-03-13 Hui Zhu <teawater@gmail.com>
Pedro Alves <palves@redhat.com>
/* We're connected, but not running. Drop out before we
call start_remote. */
+ rs->starting_up = 0;
return;
}
else
/* We're connected, but not running. Drop out before we
call start_remote. */
+ rs->starting_up = 0;
return;
}