mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
Fix warning
This commit is contained in:
parent
2331e23f49
commit
e249a21f83
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user