mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 03:31:03 +01: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