Removed debugging instructions

N2009_11_14_FIXES
jpandre 2007-10-25 08:52:52 +00:00
parent d0a84b3ef3
commit 444f617e7f
1 changed files with 0 additions and 2 deletions

View File

@ -381,8 +381,6 @@ static int ntfs_fuse_getattr(const char *org_path, struct stat *stbuf)
struct SECURITY_CONTEXT security;
vol = ctx->vol;
if (!strcmp(org_path,"/dump"))
dumpall(vol);
stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name);
if (stream_name_len < 0)
return stream_name_len;