mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-12 20:27:53 +00:00
[host] lgmp: update to fix regression in initialization of the header
This commit is contained in:
parent
d8e7a83226
commit
6f17e89b16
2 changed files with 3 additions and 3 deletions
|
@ -1276,8 +1276,8 @@ restart:
|
|||
|
||||
goto restart;
|
||||
}
|
||||
else
|
||||
return -1;
|
||||
// else
|
||||
// return -1;
|
||||
}
|
||||
|
||||
DEBUG_INFO("Host ready, reported version: %s", udata->hostver);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dab2bec406f9f597d994d64026d737f7a18d2563
|
||||
Subproject commit 7af3c0ec5ec1c273d09a2b0838e50362dcb4793b
|
Loading…
Reference in a new issue