do not empty logoff when it not blank

develop^2
Geoffrey Merck 5 years ago
parent 1ebc89e18e
commit 7169cdb713

@ -29,7 +29,7 @@ m_linkStatus(linkStatus),
m_userTimeout(userTimeout), m_userTimeout(userTimeout),
m_users() m_users()
{ {
if (m_logoff.compare(" ")) if (m_logoff.compare(" ") == 0)
m_logoff.clear(); m_logoff.clear();
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.