Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)

SVN Revision: 2784
This commit is contained in:
Badlop 2009-12-04 18:35:14 +00:00
parent bd97c40f92
commit 8983cba129
2 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ disco_local_features(Acc, _From, To, [], _Lang) ->
end,
{result, Feats ++ lists:map(fun(Feature) ->
?NS_PUBSUB++"#"++Feature
end, features(Host, []))};
end, features(Host, <<>>))};
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
Acc.

View File

@ -434,7 +434,7 @@ disco_local_features(Acc, _From, To, [], _Lang) ->
end,
{result, Feats ++ lists:map(fun(Feature) ->
?NS_PUBSUB++"#"++Feature
end, features(Host, []))};
end, features(Host, <<>>))};
disco_local_features(Acc, _From, _To, _Node, _Lang) ->
Acc.