set missing options

This commit is contained in:
Philipp Brüll
2016-05-09 15:38:39 +02:00
committed by Vasiliy Tolstov
parent f2882044cc
commit 663066634d

View File

@@ -163,5 +163,6 @@ func NewBroker(opts ...broker.Option) broker.Broker {
} }
return &nbroker{ return &nbroker{
addrs: cAddrs, addrs: cAddrs,
opts: options,
} }
} }