OSDN Git Service

Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where
authorEric Andersen <andersen@codepoet.org>
Sat, 17 Mar 2001 05:43:39 +0000 (05:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 17 Mar 2001 05:43:39 +0000 (05:43 -0000)
commit8b960321393f0d9206fc09da80d3a277153d72db
tree5bca683ece823a520fdafae05e1b0016a7e3d255
parent341744781a3090774fe9dc8ef788a16e6c793c7b
Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, where
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct,
which was obviously what was intended.  Thanks Rob,
 -Erik
networking/telnet.c
telnet.c