mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Fix clustering table reg_users_counter (#1889)
This commit is contained in:
parent
1df61a82c8
commit
9edcbadd60
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user