mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fixed accounts configuration reload
Issues could manifest with subscription interest not properly propagated. Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
@@ -1787,7 +1787,7 @@ func (s *Server) remoteConnsUpdate(sub *subscription, c *client, _ *Account, sub
|
||||
|
||||
// This will import any system level exports.
|
||||
func (s *Server) registerSystemImports(a *Account) {
|
||||
if a == nil || !s.eventsEnabled() {
|
||||
if a == nil || !s.EventsEnabled() {
|
||||
return
|
||||
}
|
||||
sacc := s.SystemAccount()
|
||||
|
||||
Reference in New Issue
Block a user