Fixed bootoffset in DTSC over socket

This commit is contained in:
Thulinma 2018-07-06 10:39:39 +02:00
parent 67cba61ed7
commit 1ba76da616

View file

@ -1967,7 +1967,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()) {