25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Fix small typo (thanks to MiCHi)

SVN Revision: 2716
This commit is contained in:
Badlop 2009-10-29 12:41:51 +00:00
parent 2078f9ae95
commit 1c2d639179
2 changed files with 2 additions and 2 deletions

View File

@ -929,7 +929,7 @@ iq_disco_info(Host, SNode, From, Lang) ->
node_disco_info(Host, Node, From) node_disco_info(Host, Node, From)
end. end.
iq_disco_items(Host, [], Fromi, _RSM) -> iq_disco_items(Host, [], From, _RSM) ->
case tree_action(Host, get_subnodes, [Host, <<>>, From]) of case tree_action(Host, get_subnodes, [Host, <<>>, From]) of
Nodes when is_list(Nodes) -> Nodes when is_list(Nodes) ->
{result, lists:map( {result, lists:map(

View File

@ -358,7 +358,7 @@
end. end.
-iq_disco_items(Host, [], From) -> -iq_disco_items(Host, [], From) ->
+iq_disco_items(Host, [], Fromi, _RSM) -> +iq_disco_items(Host, [], From, _RSM) ->
case tree_action(Host, get_subnodes, [Host, <<>>, From]) of case tree_action(Host, get_subnodes, [Host, <<>>, From]) of
Nodes when is_list(Nodes) -> Nodes when is_list(Nodes) ->
{result, lists:map( {result, lists:map(