Commit dab59b8
committed
Fix issue #109
The temporary return value of method wxString::utf8_str(), representing the cipher name, was destroyed, before it could be used to configure the cipher scheme. The value is now assigned to a local variable, first.1 parent 4f2be04 commit dab59b8
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5725 | 5725 | | |
5726 | 5726 | | |
5727 | 5727 | | |
5728 | | - | |
| 5728 | + | |
| 5729 | + | |
5729 | 5730 | | |
5730 | 5731 | | |
5731 | 5732 | | |
| |||
5734 | 5735 | | |
5735 | 5736 | | |
5736 | 5737 | | |
5737 | | - | |
| 5738 | + | |
| 5739 | + | |
5738 | 5740 | | |
5739 | 5741 | | |
5740 | 5742 | | |
| |||
0 commit comments