mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0 Temporary fix for Client (client.py) construction use to pass
missing description arg as TBD.
This commit is contained in:
parent
df05b6b8fe
commit
91de3c90e7
3 changed files with 4 additions and 4 deletions
|
@ -174,7 +174,7 @@ def ghidra_trace_listen(address='0.0.0.0:0'):
|
|||
c, (chost, cport) = s.accept()
|
||||
s.close()
|
||||
print("Connection from {}:{}\n".format(chost, cport))
|
||||
STATE.client = Client(c, methods.REGISTRY)
|
||||
STATE.client = Client(c, "TBD", methods.REGISTRY)
|
||||
except ValueError:
|
||||
raise RuntimeError("port must be numeric")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue