24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00
SVN Revision: 2051
This commit is contained in:
Christophe Romain 2009-04-30 21:36:33 +00:00
parent 0ed0c45aba
commit a4b715516e

View File

@ -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])