From d77854fbb22bc9237cea14aae1179bbfe3bd0998 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 May 2011 12:11:53 +0200 Subject: struct make "struct shadow_copy_data" its own talloc context --- source3/include/ntioctl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 3ed4a194a7..18707c5bbe 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -78,7 +78,6 @@ typedef char SHADOW_COPY_LABEL[25]; struct shadow_copy_data { - TALLOC_CTX *mem_ctx; /* Total number of shadow volumes currently mounted */ uint32 num_volumes; /* Concatenated list of labels */ -- cgit