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