fix a typo in session manager

pull/642/head
Darien Raymond 8 years ago
parent 7e2246907b
commit bb72264994
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -78,7 +78,7 @@ func (m *SessionManager) CloseIfNoSession() bool {
return true
}
if len(m.sessions) == 0 {
if len(m.sessions) > 0 {
return false
}

Loading…
Cancel
Save