natPlainSocketImpl.cc: fixed typo.

2002-09-15  Adam Megacz <adam@xwt.org>

        * java/net/natPlainSocketImpl.cc: fixed typo.

From-SVN: r57199
This commit is contained in:
Adam Megacz 2002-09-16 16:42:40 +00:00 committed by Adam Megacz
parent efdc7e19ca
commit 233dad07b2
2 changed files with 5 additions and 0 deletions

View file

@ -381,6 +381,7 @@ java::net::PlainSocketImpl::connect (java::net::SocketAddress *addr,
throw new java::net::SocketTimeoutException (
JvNewStringUTF("Connect timed out"));
}
else
#endif
{
if (_Jv_connect (fnum, ptr, len) != 0)