commit | 8b960321393f0d9206fc09da80d3a277153d72db | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Mar 17 05:43:39 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Mar 17 05:43:39 2001 +0000 |
tree | 5bca683ece823a520fdafae05e1b0016a7e3d255 | |
parent | 341744781a3090774fe9dc8ef788a16e6c793c7b [diff] |
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