mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
* src/eldap/eldap.erl: Bugfix
SVN Revision: 246
This commit is contained in:
parent
a4b86c5855
commit
96cfe08558
@ -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>
|
2004-07-13 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/web/ejabberd_web_admin.erl: Better i18n support (thanks to
|
* src/web/ejabberd_web_admin.erl: Better i18n support (thanks to
|
||||||
|
@ -765,7 +765,7 @@ retry_connect() ->
|
|||||||
cmd_timeout(Timer, Id, S) ->
|
cmd_timeout(Timer, Id, S) ->
|
||||||
Dict = S#eldap.dict,
|
Dict = S#eldap.dict,
|
||||||
case dict:find(Id, Dict) of
|
case dict:find(Id, Dict) of
|
||||||
{ok, [{Id, Timer, From, Name}|Res]} ->
|
{ok, [{Timer, From, Name}|Res]} ->
|
||||||
case Name of
|
case Name of
|
||||||
searchRequest ->
|
searchRequest ->
|
||||||
{Res1, Ref1} = polish(Res),
|
{Res1, Ref1} = polish(Res),
|
||||||
|
Loading…
Reference in New Issue
Block a user