summaryrefslogtreecommitdiffstats
path: root/server_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_search.go')
-rw-r--r--server_search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_search.go b/server_search.go
index 12a6caf..91f3094 100644
--- a/server_search.go
+++ b/server_search.go
@@ -6,7 +6,7 @@ import (
"net"
"strings"
- ber "github.com/nmcclain/asn1-ber"
+ ber "4a.si/asn1-ber"
)
func HandleSearchRequest(req *ber.Packet, controls *[]Control, messageID uint64, boundDN string, server *Server, conn net.Conn) (resultErr error) {