aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-07-23 14:24:09 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-07-23 14:24:09 +0000
commit96cfe085580bfcdde9fd2ca9bf9cc648361a0ac7 (patch)
tree2d041585aae6ee4e2e4a7e0ae5d8e89ef0b144cd /src
parent* src/web/ejabberd_web_admin.erl: Better i18n support (thanks to (diff)
* src/eldap/eldap.erl: Bugfix
SVN Revision: 246
Diffstat (limited to 'src')
-rw-r--r--src/eldap/eldap.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eldap/eldap.erl b/src/eldap/eldap.erl
index 939a45e7e..a1f320fc1 100644
--- a/src/eldap/eldap.erl
+++ b/src/eldap/eldap.erl
@@ -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),