Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
szolin committed Mar 20, 2020
1 parent 7e824ba commit c462577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func run(args options) {
if Context.dhcpServer == nil {
os.Exit(1)
}
Context.autoHosts.Init()
Context.autoHosts.Init("")
Context.clients.Init(config.Clients, Context.dhcpServer, &Context.autoHosts)
config.Clients = nil

Expand Down

0 comments on commit c462577

Please sign in to comment.