Skip to content

Commit 1897879

Browse files
committed
Add missing forwarding.
1 parent 156ba85 commit 1897879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byte-buddy-agent/src/main/java/net/bytebuddy/agent/VirtualMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ protected ForOpenJ9(Socket socket) {
16621662
public static VirtualMachine attach(String processId) throws IOException {
16631663
return attach(processId, 5000, Platform.isWindows()
16641664
? new Dispatcher.ForJnaWindowsEnvironment()
1665-
: new Dispatcher.ForJnaPosixEnvironment(15, 100, TimeUnit.MILLISECONDS));
1665+
: new Dispatcher.ForJnaPosixEnvironment(15, 100, TimeUnit.MILLISECONDS), ignoreUser);
16661666
}
16671667

16681668
/**

0 commit comments

Comments
 (0)