diff options
Diffstat (limited to 'src/wixext/UtilCompiler.cs')
-rw-r--r-- | src/wixext/UtilCompiler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixext/UtilCompiler.cs b/src/wixext/UtilCompiler.cs index 6e3c2531..fef9175e 100644 --- a/src/wixext/UtilCompiler.cs +++ b/src/wixext/UtilCompiler.cs | |||
@@ -2481,6 +2481,7 @@ namespace WixToolset.Util | |||
2481 | var id = this.ParseHelper.CreateIdentifier("sec", objectId, tableName, domain, user); | 2481 | var id = this.ParseHelper.CreateIdentifier("sec", objectId, tableName, domain, user); |
2482 | var tuple = new SecureObjectsTuple(sourceLineNumbers, id) | 2482 | var tuple = new SecureObjectsTuple(sourceLineNumbers, id) |
2483 | { | 2483 | { |
2484 | SecureObject = objectId, | ||
2484 | Table = tableName, | 2485 | Table = tableName, |
2485 | Domain = domain, | 2486 | Domain = domain, |
2486 | User = user, | 2487 | User = user, |