using the tune out command and passing the I3 param I3 is case sensitive. It should be case insensitive.
Bug #236836 reported by
Emraef
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sapidlib |
Fix Committed
|
Low
|
Unassigned |
Bug Description
using the tune out command and passing the I3 param I3 is case sensitive.
It should be case insensitive.
The code for tune out is probably not using a lower_case on the argument. If we can have channels that are case sensitive then just lower_case(ing) the arg will not work we will just need to catch both i3 and I3 arguments.
Repro:
issuing the command: "tune out i3" will show you the issue.
Related branches
Changed in sapidlib: | |
importance: | Undecided → Low |
status: | New → Triaged |
To post a comment you must log in.
I've recoded the module setup in /etc/daemons/ chan_d. c to lower_case all module names. This should solve the problem.
Do we also want channel names case-insensitive?