diff options
Diffstat (limited to 'dhcpv4/server.go')
-rw-r--r-- | dhcpv4/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpv4/server.go b/dhcpv4/server.go index 8008769..eed82cf 100644 --- a/dhcpv4/server.go +++ b/dhcpv4/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 |