struct make "struct shadow_copy_data" its own talloc context
[garming/samba-autobuild/.git] / source3 / modules / vfs_shadow_copy2.c
index fd32f174e803de209eba1df4ef1b96b5596049c1..25cc5d4a028d92231efa0d201531b75d40591558 100644 (file)
@@ -918,7 +918,7 @@ static int shadow_copy2_get_shadow_copy2_data(vfs_handle_struct *handle,
                        continue;
                }
 
-               tlabels = talloc_realloc(shadow_copy2_data->mem_ctx,
+               tlabels = talloc_realloc(shadow_copy2_data,
                                         shadow_copy2_data->labels,
                                         SHADOW_COPY_LABEL, shadow_copy2_data->num_volumes+1);
                if (tlabels == NULL) {