2003-06-08 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sun, 8 Jun 2003 10:12:09 +0000 (10:12 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sun, 8 Jun 2003 10:12:09 +0000 (10:12 +0000)
commit742ed2f3daf7e24066154963409f867acf10e8a9
tree076b1d41bea49b88e8f54b25b466cf2cef10072a
parentf61e2125825d5e69ddb10d2232af4ca0e94ecf26
2003-06-08  Michael Koch  <konqueror@gmx.de>

* java/net/Socket.java
(Socket): Dont initialize inputShutdown and outputShutdown twice,
call bind() and connect() to actually do the bind and connect tasks.
(bind): Connect to canonical address if bindpoint is null, create
socket and bind it to bindpoint.
(connect): Check for exceptions.

From-SVN: r67618
libjava/ChangeLog
libjava/java/net/Socket.java