Fix merge artifacts because I'm a dummy dumb head
This commit is contained in:
parent
a3dcb965db
commit
7143490850
2 changed files with 1 additions and 5 deletions
|
@ -1519,11 +1519,7 @@ class Net::LDAP::Connection #:nodoc:
|
|||
pkt = [next_msgid.to_ber, request.to_ber_appsequence(12)].to_ber_sequence
|
||||
@conn.write pkt
|
||||
|
||||
<<<<<<< HEAD
|
||||
(be = @conn.read_ber(Net::LDAP::AsnSyntax)) && (pdu = Net::LDAP::PDU.new(be)) && (pdu.app_tag == 13) or raise Net::LDAP::LdapError, "response missing or invalid"
|
||||
=======
|
||||
(be = @conn.read_ber(AsnSyntax)) && (pdu = LdapPdu.new( be )) && (pdu.app_tag == 13) or raise LdapError.new( "response missing or invalid" )
|
||||
>>>>>>> tonyheadford/master
|
||||
pdu.result_code
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue