Commit a940810
committed
Remove duplicated disconnect case
-This removed disconnect case is covered on Line 2216.
Also removed case for resetOnLogon. Since we're checking for isResetSent(), the check on resetOnLogon should be redundant.
-Added return statement after disconnect(). This is behaviour is a bit inconsistent in the Session class, however it prevents duplicated state reset updates that are covered in disconnect().1 parent af386fe commit a940810
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2277 | 2277 | | |
2278 | 2278 | | |
2279 | 2279 | | |
2280 | | - | |
2281 | | - | |
2282 | | - | |
2283 | | - | |
2284 | | - | |
| 2280 | + | |
| 2281 | + | |
2285 | 2282 | | |
2286 | 2283 | | |
2287 | 2284 | | |
| |||
0 commit comments