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

(-)ejabberd-1.1.3/src/eldap/eldap.erl (-1 / +1 lines)
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