mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
gotthard server: bug fix get settings should not set default dacs
This commit is contained in:
@ -1692,7 +1692,7 @@ int set_settings(int file_des) {
|
||||
printf("Warning: %s",mess);
|
||||
}
|
||||
|
||||
else {
|
||||
else if (isett != GET_SETTINGS){
|
||||
ret = setDefaultDacs();
|
||||
if (ret == FAIL) {
|
||||
strcpy(mess,"Could change settings, but could not set to default dacs\n");
|
||||
|
Reference in New Issue
Block a user