summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-11-14 11:17:19 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-11-14 11:17:19 +0000
commit627f4c0e15db86bdff439ccc01bcc81bb087a79f (patch)
treeb6cb6b732173f9f891a62ce91283c8146ea31d15
parentaa1b10af8fcf7b95596f8db530ed3cd103afbe0a (diff)
downloadrabbitmq-server-627f4c0e15db86bdff439ccc01bcc81bb087a79f.tar.gz
Rename.
-rw-r--r--src/rabbit_auth_backend_dummy.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_auth_backend_dummy.erl b/src/rabbit_auth_backend_dummy.erl
index e279e4bf..d2905334 100644
--- a/src/rabbit_auth_backend_dummy.erl
+++ b/src/rabbit_auth_backend_dummy.erl
@@ -33,9 +33,9 @@
%% not needed. This user can do anything AMQPish.
user() -> #user{username = <<"none">>,
tags = [],
- authz_backends = [{?MODULE, buser()}]}.
+ authz_backends = [{?MODULE, auser()}]}.
-buser() -> #auth_user{username = <<"none">>,
+auser() -> #auth_user{username = <<"none">>,
tags = [],
impl = none}.