From 760dfb6e8aebc44b419e8943e4e3895591097b8b Mon Sep 17 00:00:00 2001 From: vmallika Date: Thu, 14 Apr 2016 17:51:19 +0530 Subject: cli/quota: Sort the list output alphabetically by path Change-Id: I0b124e119d167817be2ae3eb52ac6c80fc7db5d1 BUG: 1320716 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/14000 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Kaushal M --- cli/src/cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/cli.c') diff --git a/cli/src/cli.c b/cli/src/cli.c index dfacd4bee0c..923748b4594 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -663,6 +663,7 @@ cli_local_get () local = GF_CALLOC (1, sizeof (*local), cli_mt_cli_local_t); LOCK_INIT (&local->lock); + INIT_LIST_HEAD (&local->dict_list); return local; } -- cgit