component: Automatically determine names
This commit is contained in:
parent
10df1c3243
commit
e320bb37bb
31 changed files with 84 additions and 113 deletions
|
|
@ -41,7 +41,7 @@ func (s server) Run(context wisski_distillery.Context) error {
|
|||
context.Printf("Listening on %s\n", s.Bind)
|
||||
|
||||
// make a new listener
|
||||
listener, err := dis.Core.Environment.Listen("tcp", s.Bind)
|
||||
listener, err := dis.Still.Environment.Listen("tcp", s.Bind)
|
||||
if err != nil {
|
||||
return errServerListen.Wrap(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue