Fixed bootoffset in DTSC over socket

This commit is contained in:
Thulinma 2018-07-06 10:39:39 +02:00
parent e3886c8acf
commit 04c95a69cf

View file

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