25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-30 16:36:29 +01:00

Fix warning

This commit is contained in:
Badlop 2010-05-10 15:10:24 +02:00
parent 2331e23f49
commit e249a21f83

View File

@ -181,7 +181,7 @@ get_sm_features(_Acc, _From, _To, ?NS_MSGOFFLINE, _Lang) ->
%% override all lesser features... %% override all lesser features...
{result, []}; {result, []};
get_sm_features(Acc, _From, _To, Node, _Lang) -> get_sm_features(Acc, _From, _To, _Node, _Lang) ->
Acc. Acc.