From 4b313a3fe1661983d9b8fa98c7f179796cd126e6 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:44:52 +0800 Subject: [PATCH] dhcpd: fix build error --- pkg/sockopt/sockopt_others.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/sockopt/sockopt_others.go b/pkg/sockopt/sockopt_others.go index 44ffc55..c426e56 100644 --- a/pkg/sockopt/sockopt_others.go +++ b/pkg/sockopt/sockopt_others.go @@ -4,7 +4,6 @@ package sockopt import ( - "net" "syscall" )