mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
Fixed incorrect "set_t10_dev_id " token size caused by rename of set_t10_device_id to set_t10_dev_id.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1398 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4092,8 +4092,8 @@ static int vdisk_proc_mgmt_cmd(const char *buffer, int length,
|
||||
} else if (!strncmp("resync_size ", p, 12)) {
|
||||
p += 12;
|
||||
action = 2;
|
||||
} else if (!strncmp("set_t10_dev_id ", p, 18)) {
|
||||
p += 18;
|
||||
} else if (!strncmp("set_t10_dev_id ", p, 15)) {
|
||||
p += 15;
|
||||
action = 3;
|
||||
} else {
|
||||
PRINT_ERROR("Unknown action \"%s\"", p);
|
||||
|
||||
Reference in New Issue
Block a user