summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/server.go
diff options
context:
space:
mode:
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