24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

Fix clustering table reg_users_counter (#1889)

This commit is contained in:
Christophe Romain 2017-08-02 14:36:32 +02:00
parent 1df61a82c8
commit 9edcbadd60

View File

@ -208,6 +208,8 @@ remove_user(User, Server) ->
{error, db_failure} {error, db_failure}
end. end.
need_transform(#reg_users_counter{}) ->
false;
need_transform(#passwd{us = {U, S}, password = Pass}) -> need_transform(#passwd{us = {U, S}, password = Pass}) ->
if is_binary(Pass) -> if is_binary(Pass) ->
case store_type(S) of case store_type(S) of