updated to latest tsschecker

This commit is contained in:
tihmstar 2017-01-03 23:14:47 +01:00
parent 3fd52861a2
commit 5373b72ac0

View file

@ -561,7 +561,7 @@ char *futurerestore::getLatestManifest(){
//make sure it get's freed after function finishes execution by either reaching end or throwing exception
ptr_smart<const char*>autofree(versVals.version);
__latestFirmwareUrl = getFirmwareUrl(device, versVals, _firmwareJson, _firmwareTokens);
__latestFirmwareUrl = getFirmwareUrl(device, &versVals, _firmwareJson, _firmwareTokens);
if (!__latestFirmwareUrl) reterror(-21, "could not find url of latest firmware\n");
__latestManifest = getBuildManifest(__latestFirmwareUrl, device, versVals.version, 0);