Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188679 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- eldap.erl   (revision 621)
0
++ eldap.erl   (revision 680)
Lines 713-719 Link Here
713
           check_id(S#eldap.id, Msg#'LDAPMessage'.messageID),
713
           check_id(S#eldap.id, Msg#'LDAPMessage'.messageID),
714
           case Msg#'LDAPMessage'.protocolOp of
714
           case Msg#'LDAPMessage'.protocolOp of
715
               {bindResponse, Result} ->
715
               {bindResponse, Result} ->
716
                   case Result#'LDAPResult'.resultCode of
716
                   case Result#'BindResponse'.resultCode of
717
                       success -> bound;
717
                       success -> bound;
718
                       Error   -> {fail_bind, Error}
718
                       Error   -> {fail_bind, Error}
719
                   end
719
                   end

Return to bug 188679