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