* src/eldap/eldap.erl: Bugfix

SVN Revision: 246
This commit is contained in:
Alexey Shchepin 2004-07-23 14:24:09 +00:00
parent a4b86c5855
commit 96cfe08558
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-23 Alexey Shchepin <alexey@sevcom.net>
* src/eldap/eldap.erl: Bugfix
2004-07-13 Alexey Shchepin <alexey@sevcom.net>
* src/web/ejabberd_web_admin.erl: Better i18n support (thanks to

View File

@ -765,7 +765,7 @@ retry_connect() ->
cmd_timeout(Timer, Id, S) ->
Dict = S#eldap.dict,
case dict:find(Id, Dict) of
{ok, [{Id, Timer, From, Name}|Res]} ->
{ok, [{Timer, From, Name}|Res]} ->
case Name of
searchRequest ->
{Res1, Ref1} = polish(Res),