Commit e1afb65
committed
Fix bug in keysplitting error handling in data channel
Dont overwrite the original err variable when using type assertion for
KeysplittingError. This results in a null pointer error when building
the Unknown KeysplittingError because the err variable was being
assigned to a null pointer.1 parent a004dcf commit e1afb65
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
885 | | - | |
886 | | - | |
| 885 | + | |
| 886 | + | |
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| |||
0 commit comments