Skip to content

Commit

Permalink
Add missing forwarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed May 3, 2024
1 parent 156ba85 commit 1897879
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ protected ForOpenJ9(Socket socket) {
public static VirtualMachine attach(String processId) throws IOException {
return attach(processId, 5000, Platform.isWindows()
? new Dispatcher.ForJnaWindowsEnvironment()
: new Dispatcher.ForJnaPosixEnvironment(15, 100, TimeUnit.MILLISECONDS));
: new Dispatcher.ForJnaPosixEnvironment(15, 100, TimeUnit.MILLISECONDS), ignoreUser);
}

/**
Expand Down

0 comments on commit 1897879

Please sign in to comment.