Skip to content

Commit 4f03510

Browse files
committed
Rename response_id to object_type_id
1 parent 256c7c5 commit 4f03510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ def close
12811281
def read(syntax = Net::LDAP::AsnSyntax)
12821282
instrument "read.net_ldap_connection", :syntax => syntax do |payload|
12831283
@conn.read_ber(syntax) do |id, content_length|
1284-
payload[:response_id] = id
1284+
payload[:object_type_id] = id
12851285
payload[:content_length] = content_length
12861286
end
12871287
end

0 commit comments

Comments
 (0)