Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/mono/mono/component/debugger-agent.c
Co-authored-by: Thays Grazia <[email protected]>
  • Loading branch information
akoeplinger and thaystg authored Mar 1, 2023
commit e9964794962174b1dccdd554446b92a469c10fc1
2 changes: 1 addition & 1 deletion src/mono/mono/component/debugger-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ socket_transport_connect (const char *address)
listen_fd = INVALID_SOCKET;

MONO_ENTER_GC_UNSAFE;
mono_debugger_networking_init();
mono_debugger_networking_init ();
MONO_EXIT_GC_UNSAFE;

if (host) {
Expand Down