Fixed bootoffset in DTSC over socket
This commit is contained in:
parent
67cba61ed7
commit
1ba76da616
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,7 @@ namespace DTSC {
|
||||||
conn.SendNow(convertLongLong(version), 8);
|
conn.SendNow(convertLongLong(version), 8);
|
||||||
}
|
}
|
||||||
if (bootMsOffset) {
|
if (bootMsOffset) {
|
||||||
conn.SendNow("\000\012bootoffset\001", 10);
|
conn.SendNow("\000\012bootoffset\001", 13);
|
||||||
conn.SendNow(convertLongLong(bootMsOffset), 8);
|
conn.SendNow(convertLongLong(bootMsOffset), 8);
|
||||||
}
|
}
|
||||||
if (sourceURI.size()) {
|
if (sourceURI.size()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue