mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
typo fix
SVN Revision: 2051
This commit is contained in:
parent
0ed0c45aba
commit
a4b715516e
@ -343,7 +343,7 @@ handle_cast({disco_response, From, _To,
|
||||
%% XXX: if we get error, we cache empty feature not to probe the client continuously
|
||||
case ?DICT:find(ID, Requests) of
|
||||
{ok, BinaryNode} ->
|
||||
mnesia:write(#caps_features{node_pair = BinaryNode}),
|
||||
mnesia:dirty_write(#caps_features{node_pair = BinaryNode}),
|
||||
gen_server:cast(self(), visit_feature_queries);
|
||||
error ->
|
||||
?ERROR_MSG("ID '~s' matches no query", [ID])
|
||||
|
Loading…
Reference in New Issue
Block a user