summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/server.go
diff options
context:
space:
mode:
authorinsomniac <insomniacslk@users.noreply.github.com>2018-11-27 18:36:50 +0000
committerGitHub <noreply@github.com>2018-11-27 18:36:50 +0000
commitad2fa9b4836d5bb087cc4835070669c53960fd0f (patch)
tree1b537f64c4c62a0ad2d57e26bb80948cdc1db292 /dhcpv6/server.go
parent0b70b1f1fb1bf27e16203b02c4fc74bea90d5b1e (diff)
Removed unreachable code, fixed misspelling (#212)
* Removed unreachable code * Addressed misspelling errors
Diffstat (limited to 'dhcpv6/server.go')
-rw-r--r--dhcpv6/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpv6/server.go b/dhcpv6/server.go
index 8996bfb..daefdd0 100644
--- a/dhcpv6/server.go
+++ b/dhcpv6/server.go
@@ -136,7 +136,6 @@ func (s *Server) ActivateAndServe() error {
}
go s.Handler(pc, peer, m)
}
- return nil
}
// Close sends a termination request to the server, and closes the UDP listener