8217740: SocksIPv6Test compilation error

Reviewed-by: bpb
This commit is contained in:
Roger Riggs 2019-01-24 14:39:16 -05:00
parent b499798c25
commit 083500194a

View File

@ -173,7 +173,7 @@ public class SocksIPv6Test {
server.stop(1);
}
if (socks != null) {
socks.terminate();
socks.close();
}
}
}