7107020: java.net.PlainSocketImpl.socketSetOption() calls itself

Reviewed-by: alanb, chegar
This commit is contained in:
Kurchi Subhra Hazra 2011-11-14 10:06:56 +00:00 committed by Chris Hegarty
parent ab7852e129
commit 1dc8937659

View File

@ -314,7 +314,7 @@ class PlainSocketImpl extends AbstractPlainSocketImpl
void socketSetOption(int cmd, boolean on, Object value)
throws SocketException {
socketSetOption(cmd, on, value);
impl.socketSetOption(cmd, on, value);
}
int socketGetOption(int opt, Object iaContainerObj) throws SocketException {