The legacy SCSI configuration option is now always removed on config save, fixes #1561 .
This commit is contained in:
@@ -2439,6 +2439,8 @@ save_storage_controllers(void)
|
|||||||
char temp[512];
|
char temp[512];
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
|
config_delete_var(cat, "scsicard");
|
||||||
|
|
||||||
for (c = 0; c < SCSI_BUS_MAX; c++) {
|
for (c = 0; c < SCSI_BUS_MAX; c++) {
|
||||||
sprintf(temp, "scsicard_%d", c + 1);
|
sprintf(temp, "scsicard_%d", c + 1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user