From 007ec8f36005ca76d4dd19a993fadb05e73dcd8a Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 13 Jun 2016 01:15:42 -0700 Subject: [PATCH] dll: fuse: testing --- src/dll/fuse/fuse_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dll/fuse/fuse_intf.c b/src/dll/fuse/fuse_intf.c index fdb16f7b..b94623de 100644 --- a/src/dll/fuse/fuse_intf.c +++ b/src/dll/fuse/fuse_intf.c @@ -1187,7 +1187,7 @@ static NTSTATUS fsp_fuse_intf_SetSecurity(FSP_FILE_SYSTEM *FileSystem, exit: if (0 != NewSecurityDescriptor) - FspDeleteSecurityDescriptor(SecurityDescriptor, + FspDeleteSecurityDescriptor(NewSecurityDescriptor, FspSetSecurityDescriptor); if (0 != SecurityDescriptor)