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
1 changed files with 2 additions and 0 deletions

View File

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