8249550: jdb should use loopback address when not using remote agent
Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
parent
c02b75705f
commit
111ba18ac6
@ -314,7 +314,7 @@ public class SocketTransportService extends TransportService {
|
||||
* Listen on the default address
|
||||
*/
|
||||
public ListenKey startListening() throws IOException {
|
||||
return startListening(null, 0);
|
||||
return startListening(null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user