diff options
author | insomniac <insomniacslk@users.noreply.github.com> | 2018-11-27 18:36:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 18:36:50 +0000 |
commit | ad2fa9b4836d5bb087cc4835070669c53960fd0f (patch) | |
tree | 1b537f64c4c62a0ad2d57e26bb80948cdc1db292 /dhcpv6/server.go | |
parent | 0b70b1f1fb1bf27e16203b02c4fc74bea90d5b1e (diff) |
Removed unreachable code, fixed misspelling (#212)
* Removed unreachable code
* Addressed misspelling errors
Diffstat (limited to 'dhcpv6/server.go')
-rw-r--r-- | dhcpv6/server.go | 1 |
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 |