Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Dec 18, 2023
2 parents 71e0059 + d74c2ab commit 3f11052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/src/proto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ impl TryFrom<StructureTag> for LdapOp {
LdapResult::try_from_tag(inner).map(|(lr, _)| LdapOp::ModifyDNResponse(lr))
}
// https://datatracker.ietf.org/doc/html/rfc4511#section-4.1.9
(14, PL::C(inner)) => LdapBindResponse::try_from(inner).map(LdapOp::BindResponse),
(14, PL::C(inner)) => LdapCompareRequest::try_from(inner).map(LdapOp::CompareRequest),
(15, PL::C(inner)) => {
LdapResult::try_from_tag(inner).map(|(lr, _)| LdapOp::CompareResult(lr))
}
Expand Down

0 comments on commit 3f11052

Please sign in to comment.