binaries in

This commit is contained in:
2021-08-25 17:46:45 +02:00
8 changed files with 6 additions and 3 deletions

View File

@ -1562,12 +1562,13 @@ int set_module(int file_des) {
else if (Server_VerifyLock() == OK) {
// check index
#ifndef EIGERD
// setsettings
#ifndef MYTHEN3D
validate_settings((enum detectorSettings)(module.reg));
#endif
ret = setModule(module, mess);
enum detectorSettings retval = getSettings();
#ifndef EIGERD
#ifndef MYTHEN3D
validate(&ret, mess, module.reg, (int)retval, "set module (settings)",
DEC);
#endif