Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Musn't forget the advertisement. (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Mar 20, 2020
1 parent af3cade commit d219110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/xlink_transport/xlink.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ func (self *impl) Dial(addressString, linkId string) error {
return nil
}

func (_ *impl) GetAdvertisement() string {
return ""
func (self *impl) GetAdvertisement() string {
return self.config.advertise.String()
}

type impl struct {
Expand Down

0 comments on commit d219110

Please sign in to comment.