summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quotad-aggregator.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/quota/src/quotad-aggregator.c')
-rw-r--r--xlators/features/quota/src/quotad-aggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quotad-aggregator.c b/xlators/features/quota/src/quotad-aggregator.c
index e3b9bdd4af0..f34bdbddd45 100644
--- a/xlators/features/quota/src/quotad-aggregator.c
+++ b/xlators/features/quota/src/quotad-aggregator.c
@@ -361,7 +361,7 @@ quotad_aggregator_init (xlator_t *this)
goto out;
ret = dict_set_str (this->options, "transport.socket.listen-path",
- "/tmp/quotad.socket");
+ "/var/run/gluster/quotad.socket");
if (ret)
goto out;