-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6746] Fix modification of root config group
A recent change was made to the configtx processing which causes a panic when the path of a config element is empty. This case can never happen for any config element, except for the very root config element. This CR modifies the code to simply not traverse the policy manager selection code if the path is empty, as this indicates the element is part of the root policy manager. Change-Id: Ibc73ad155a51b79051c83a84cd8d615d432506e2 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Oct 24, 2017
1 parent
e9fb0be
commit c7897ee
Showing
2 changed files
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters