Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
remake committed Jul 2, 2022
1 parent 8274353 commit 37997b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (p *Vdns) run() {
p.resolveHandler()
}
}
func (p *Vdns) Stop(s service.Service) error {
func (p *Vdns) Stop(service.Service) error {
// Stop should not block. Return with a few seconds.
vlog.Info("vdns stop service")
return nil
Expand Down

0 comments on commit 37997b0

Please sign in to comment.