Opened 4 years ago
Closed 4 years ago
#1465 closed defect (fixed)
Use of wrong devicename in autodetection unter OpenBSD
Reported by: | Martin Ziemer | Owned by: | Christian Franke |
---|---|---|---|
Priority: | major | Milestone: | Release 7.3 |
Component: | all | Version: | 7.2 |
Keywords: | openbsd | Cc: |
Description
In os_openbsd.cpp in openbsd_smart_interface::autodetect_smart_device the type is guessed by the devicename. To check this, the devicename is stripped from its path into the variable "test_name".
But for opening and working with the device, the full name is needed (variable "name").
To fix this, the variable "test_name" should be changed to "name" in lines 585, 592 and 595.
Attachments (2)
Change History (6)
comment:1 by , 4 years ago
Keywords: | openbsd added; OpenBSD removed |
---|---|
Milestone: | → unscheduled |
Priority: | minor → major |
by , 4 years ago
Attachment: | devicename_and_changelog.patch added |
---|
Forgot to edit changelog! -- Please look at this patch!
comment:3 by , 4 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Please provide this as a patch. The patch should also include an addition to the ChangeLog file.