25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Retrieve parenthesis for easy reading, lost in old commit 9deb294

This commit is contained in:
Badlop 2016-05-25 12:44:05 +02:00
parent 14b53fbcb0
commit ca329826cb

View File

@ -1803,8 +1803,8 @@ add_new_user(From, Nick,
10), 10),
Collision = nick_collision(From, Nick, StateData), Collision = nick_collision(From, Nick, StateData),
case {(ServiceAffiliation == owner orelse case {(ServiceAffiliation == owner orelse
(Affiliation == admin orelse Affiliation == owner) ((Affiliation == admin orelse Affiliation == owner)
andalso NUsers < MaxAdminUsers andalso NUsers < MaxAdminUsers)
orelse NUsers < MaxUsers) orelse NUsers < MaxUsers)
andalso NConferences < MaxConferences, andalso NConferences < MaxConferences,
Collision, Collision,