Skip to content

Commit 3056881

Browse files
rabbit_mgmt_wm_auth: make sure authSettings/0 is exported
(cherry picked from commit 0bc7884)
1 parent 2f23bf3 commit 3056881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbitmq_management/src/rabbit_mgmt_wm_auth.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
-export([init/2, to_json/2, content_types_provided/2, is_authorized/2]).
1111
-export([variances/2]).
12+
-export([authSettings/0]).
1213

1314
-include_lib("rabbitmq_management_agent/include/rabbit_mgmt_records.hrl").
1415
-include_lib("rabbit_common/include/rabbit.hrl").

0 commit comments

Comments
 (0)