summaryrefslogtreecommitdiffstats
path: root/ufo/gluster/swift/account/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'ufo/gluster/swift/account/server.py')
-rw-r--r--ufo/gluster/swift/account/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufo/gluster/swift/account/server.py b/ufo/gluster/swift/account/server.py
index 8b9831579..aeaabc942 100644
--- a/ufo/gluster/swift/account/server.py
+++ b/ufo/gluster/swift/account/server.py
@@ -35,7 +35,7 @@ class AccountController(server.AccountController):
:param account: account name
:returns: DiskDir object
"""
- return DiskAccount(self.root, account, self.logger)
+ return DiskAccount(self.root, drive, account, self.logger)
def app_factory(global_conf, **local_conf):