mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
commented kvmd/kvmd#80
This commit is contained in:
parent
32da05b3ec
commit
4b87851119
@ -334,7 +334,7 @@ int main() {
|
|||||||
if (index == 7) {
|
if (index == 7) {
|
||||||
_sendResponse(_handleRequest(buffer));
|
_sendResponse(_handleRequest(buffer));
|
||||||
index = 0;
|
index = 0;
|
||||||
} else if (buffer[0] == PROTO::MAGIC) {
|
} else /*if (buffer[0] == PROTO::MAGIC)*/ { // FIXME: See kvmd/kvmd#80
|
||||||
last = micros();
|
last = micros();
|
||||||
++index;
|
++index;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user