gotthard server: bug fix get settings should not set default dacs

This commit is contained in:
2019-03-11 14:54:53 +01:00
parent fc766055d4
commit 06a50520c1
3 changed files with 10 additions and 10 deletions

View File

@ -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");