Repository: couchdb-fabric
Updated Branches:
  refs/heads/master ba27f816e -> d44f7fba4


use the right config section for clustered authentication db


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/commit/d44f7fba
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/tree/d44f7fba
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/diff/d44f7fba

Branch: refs/heads/master
Commit: d44f7fba4ae0cb7cb8705117def8938703154ec5
Parents: ba27f81
Author: Robert Newson <[email protected]>
Authored: Tue May 19 12:53:07 2015 +0100
Committer: Robert Newson <[email protected]>
Committed: Tue May 19 12:53:07 2015 +0100

----------------------------------------------------------------------
 src/fabric_doc_update.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fabric/blob/d44f7fba/src/fabric_doc_update.erl
----------------------------------------------------------------------
diff --git a/src/fabric_doc_update.erl b/src/fabric_doc_update.erl
index 5e09fe9..69f682f 100644
--- a/src/fabric_doc_update.erl
+++ b/src/fabric_doc_update.erl
@@ -115,7 +115,7 @@ is_replicator_db(DbName) ->
 
 is_users_db(DbName) ->
     ConfigName = list_to_binary(config:get(
-        "couch_httpd_auth", "authentication_db", "_users")),
+        "chttpd_auth", "authentication_db", "_users")),
     DbName == ConfigName orelse path_ends_with(DbName, <<"_users">>).
 
 path_ends_with(Path, Suffix) ->

Reply via email to