aboutsummaryrefslogtreecommitdiff
path: root/test/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler.go')
-rw-r--r--test/handler.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/handler.go b/test/handler.go
index fdee34f..945b676 100644
--- a/test/handler.go
+++ b/test/handler.go
@@ -80,7 +80,6 @@ func MapAttToStruct(att map[string][]string) []attributes {
}
func Connect() (*ldap.Conn, error) {
-
l, err := ldap.Dial("tcp", fmt.Sprintf("%s:%d", adresse, port))
if err != nil {
return nil, err