From d9ead57226faf82f3f1375a29e06d348625ba905 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 22 Aug 2011 14:55:09 +0530 Subject: mgmt/glusterd: Initialize local variable in volgen Change-Id: I84b4f7c9c2787334ce67e5c3e0534953b691c8e0 BUG: 3460 Reviewed-on: http://review.gluster.com/295 Tested-by: Gluster Build System Reviewed-by: Raghavendra Bhat --- libglusterfs/src/xlator.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index e826228ed31..42c701a2d8e 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -156,7 +156,6 @@ xlator_volopt_dynload (char *xlator_type, void **dl_handle, } *dl_handle = handle; - INIT_LIST_HEAD (&opt_list->list); vol_opt = GF_CALLOC (1, sizeof (volume_opt_list_t), gf_common_mt_volume_opt_list_t); -- cgit