generated from root/miduo_server
fix state
parent
a37ded8a97
commit
4198a3f001
|
|
@ -51,7 +51,7 @@ public class GetServerListController extends HttpServlet {
|
||||||
if (System.currentTimeMillis() < time) {
|
if (System.currentTimeMillis() < time) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
int state = (int) serverInfo.get("state");
|
int state = 2;
|
||||||
if (state == 0 ){
|
if (state == 0 ){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue