]> granicus.if.org Git - ejabberd/commitdiff
* src/eldap/eldap.erl: Bugfix
authorAlexey Shchepin <alexey@process-one.net>
Fri, 23 Jul 2004 14:24:09 +0000 (14:24 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Fri, 23 Jul 2004 14:24:09 +0000 (14:24 +0000)
SVN Revision: 246

ChangeLog
src/eldap/eldap.erl

index f836f41a417a44c8b3f4205fc9854e5c0cfeafe1..2ae320d3b08bc7cb3e971ceb8b39074f3dd65f1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 939a45e7e582e2ee4346f4c3aabd3eb9adcbfa7a..a1f320fc16867d2aa5341f045ff052383691ff32 100644 (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),