Message ID | 20170609124313.8026-2-jcody@redhat.com |
---|---|
State | Accepted |
Commit | 56faeb9bb6872b3f926b3b3e0452a70beea10af2 |
Headers | show |
Series | [PULL,1/1] block/gluster.c: Handle qdict_array_entries() failure | expand |
diff --git a/block/gluster.c b/block/gluster.c index 031596a..addceed 100644 --- a/block/gluster.c +++ b/block/gluster.c @@ -493,8 +493,7 @@ static int qemu_gluster_parse_json(BlockdevOptionsGluster *gconf, Error *local_err = NULL; char *str = NULL; const char *ptr; - size_t num_servers; - int i, type; + int i, type, num_servers; /* create opts info from runtime_json_opts list */ opts = qemu_opts_create(&runtime_json_opts, NULL, 0, &error_abort);