mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-25 22:35:16 +00:00
update go-ldap (#4776)
This commit is contained in:
2
vendor/github.com/go-ldap/ldap/compare.go
generated
vendored
2
vendor/github.com/go-ldap/ldap/compare.go
generated
vendored
@@ -77,5 +77,5 @@ func (l *Conn) Compare(dn, attribute, value string) (bool, error) {
|
||||
return false, NewError(resultCode, errors.New(resultDescription))
|
||||
}
|
||||
}
|
||||
return false, fmt.Errorf("Unexpected Response: %d", packet.Children[1].Tag)
|
||||
return false, fmt.Errorf("unexpected Response: %d", packet.Children[1].Tag)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user