The legacy SCSI configuration option is now always removed on config save, fixes #1561 .

This commit is contained in:
OBattler
2021-07-26 05:07:13 +02:00
parent e864aa2edc
commit 2d376b4584

View File

@@ -2439,6 +2439,8 @@ save_storage_controllers(void)
char temp[512];
int c;
config_delete_var(cat, "scsicard");
for (c = 0; c < SCSI_BUS_MAX; c++) {
sprintf(temp, "scsicard_%d", c + 1);