From 3088f60dc30e0634e845b7945f90deaab96efb2d Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 29 Oct 2003 17:42:45 +0000 Subject: [PATCH] Ooops. Make it compile... (Logical change 1.221) --- libntfs/attrib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index 23c4c364..a9a733e6 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -2522,6 +2522,9 @@ put_err_out: */ static int ntfs_attr_make_resident(ntfs_attr *na, ntfs_attr_search_ctx *ctx) { + ntfs_volume *vol = na->ni->vol; + ATTR_REC *a = ctx->attr; + /* Some preliminary sanity checking. */ if (!NAttrNonResident(na)) { // FIXME: Eeek!