mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 00:42:37 -04:00
Remove semicolon
This commit is contained in:
parent
42091460c2
commit
e9f3805046
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ func IcingaEventsBroker(rdb *icingadb_connection.RDBWrapper, chEnv chan *icingad
|
|||
log.Info("Starting Events broker")
|
||||
|
||||
subscription := rdb.Subscribe()
|
||||
defer subscription.Close();
|
||||
defer subscription.Close()
|
||||
if err := subscription.Subscribe(
|
||||
"icinga:config:dump", "icinga:config:delete", "icinga:config:update", "icinga:stats"); err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue