From db9c31fcf57024abfdc7b35825409166f17d5aac Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 12 Apr 2019 07:55:04 +0530 Subject: tests: validate volfile grammar - strings in volfile * libglusterfs/graph-print: remove unused code updates: bz#1693692 Change-Id: Iae81bb6a3af5911c3da07ab8f1d8f58f27e06905 Signed-off-by: Amar Tumballi --- libglusterfs/src/graph.y | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/graph.y') diff --git a/libglusterfs/src/graph.y b/libglusterfs/src/graph.y index c60ff388b2a..56cab044266 100644 --- a/libglusterfs/src/graph.y +++ b/libglusterfs/src/graph.y @@ -164,6 +164,7 @@ new_volume (char *name) goto out; } + INIT_LIST_HEAD(&curr->volume_options); curr->options = dict_new (); if (!curr->options) { -- cgit