summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-948729
ModeNameSize
-rw-r--r--bug-948729-force.t2465logstatsplain
-rw-r--r--bug-948729-mode-script.t1837logstatsplain
-rw-r--r--bug-948729.t1927logstatsplain
tspec_req req = {0,};
int ret = 0;
dict_t *dict = NULL;
+ dict_t *op_dict = NULL;
if (!frame || !this || !data) {
ret = -1;
@@ -3466,12 +3467,45 @@ gf_cli_getspec (call_frame_t *frame, xlator_t *this,
if (ret)
goto out;
+ op_dict = dict_new ();
+ if (!dict) {
+ ret = -1;
+ goto out;
+ }
+