core: In CoreNetwork, check Network::useSasl()
authorShane Synan <digitalcircuit36939@gmail.com>
Sun, 8 Nov 2020 03:11:39 +0000 (22:11 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 28 Nov 2020 12:42:31 +0000 (13:42 +0100)
In CoreNetwork, directly check the Network::useSasl() function instead
of reaching into networkInfo().  All the other code within CoreNetwork
checks the properties on Network, and useSasl() is already updated
within Network::setNetworkInfo().  This provides consistency with
atomic network information updates.


No differences found