Skip to content

Commit dbffcde

Browse files
Clean up
1 parent ba835c6 commit dbffcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_mqtt/src/rabbit_mqtt_processor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ check_vhost_alive(VHost) ->
10961096
check_user_login(VHost, Username, Password, ClientId, PeerIp, ConnName) ->
10971097
AuthProps = [{vhost, VHost},
10981098
{client_id, ClientId},
1099-
{password, Password}],
1099+
{password, Password}],
11001100
case rabbit_access_control:check_user_login(Username, AuthProps) of
11011101
{ok, User = #user{username = Username1}} ->
11021102
notify_auth_result(user_authentication_success, Username1, ConnName),

0 commit comments

Comments
 (0)