Agent: Make parent `None` for now

Fixes #2235
Fixes #2236
This commit is contained in:
Mike Salvatore 2022-09-02 07:54:24 -04:00
parent ccffd1eaee
commit bfcab0f6d9
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class ControlChannel(IControlChannel):
id=get_agent_id(),
machine_hardware_id=get_machine_id(),
start_time=agent_process.get_start_time(),
parent_id=parent,
# parent_id=parent,
parent_id=None, # None for now, until we change GUID to UUID
cc_server=self._control_channel_server,
network_interfaces=get_network_interfaces(),
)