mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 20:14:55 +01:00
wip
This commit is contained in:
@@ -131,7 +131,7 @@ int copyToFlash(ssize_t fsize, char *clientChecksum, char *mess) {
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
if (verifyChecksumFromFile(mess, clientChecksum, flashDriveName, fsize) ==
|
||||
if (verifyChecksumFromFlash(mess, clientChecksum, flashDriveName, fsize) ==
|
||||
FAIL) {
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user