From 4522f00d6e9f3c99acf82baf22bb024fcff37d9b Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Sat, 2 Aug 2025 11:24:23 -0400 Subject: [PATCH] Add comment --- nxc/modules/daclread.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nxc/modules/daclread.py b/nxc/modules/daclread.py index cea6bd53..7120db4e 100644 --- a/nxc/modules/daclread.py +++ b/nxc/modules/daclread.py @@ -209,6 +209,8 @@ class NXCModule: def __init__(self, context=None, module_options=None): self.context = context self.module_options = module_options + + # Initialize module variables self.principal_sAMAccountName = None self.principal_sid = None self.action = "read"