From b5b3a63ca7e7b0fd0784182ff6be7878328068b7 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 29 Jul 2023 20:57:14 -0400 Subject: Remove legacy permissions support. In the long ago, a share could have one user/permissions pair. That's really limited, of course, so support for _n_ user/permissions pairs was added. In the move to WiX v4, support for that single, legacy user was removed from the extension side but not the custom action side. Remove that support. Fixes https://github.com/wixtoolset/issues/issues/7632. --- src/ext/Util/ca/scasmb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ext/Util/ca/scasmb.h') diff --git a/src/ext/Util/ca/scasmb.h b/src/ext/Util/ca/scasmb.h index f2a4b53c..7169cf2b 100644 --- a/src/ext/Util/ca/scasmb.h +++ b/src/ext/Util/ca/scasmb.h @@ -23,14 +23,11 @@ struct SCA_SMB // hungarian ss WCHAR wzDirectory[MAX_PATH + 1]; int nUserPermissionCount; - int nPermissions; SCA_SMB_EX_USER_PERMS* pExUserPerms; INSTALLSTATE isInstalled, isAction; BOOL fUseIntegratedAuth; - BOOL fLegacyUserProvided; - struct SCA_USER scau; struct SCA_SMB* pssNext; }; -- cgit v1.2.3-55-g6feb