Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: sessiond: previously created channel cannot be enabled
Observed issue ============== A previously created channel cannot be enabled back once a session is started. Cause ===== The check validating that the session was started is to early in the `cmd_enable_channel` function. Solution ======== Move the check at the creation code path when the channel is not found. Known drawbacks ========= None. Signed-off-by: Jonathan Rajotte <[email protected]> Change-Id: I8e7d62b7e97246e65f1cf9022270293a6dd34cc9 Signed-off-by: Jérémie Galarneau <[email protected]>
- Loading branch information