* serv_read() now zeroes out the supplied buffer (with the supplied
authorArt Cancro <ajc@citadel.org>
Sun, 7 Mar 2004 21:31:17 +0000 (21:31 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 7 Mar 2004 21:31:17 +0000 (21:31 +0000)
commit4d161287395d9c174dafb2115a968e13091fe074
tree31013d70e58b4e9ede1911b9b3fcf47098b1230a
parenta4a9b67831c0ebd91d39fa8e21dd880b2a10b58b
* serv_read() now zeroes out the supplied buffer (with the supplied
  length) if a server read fails.  This causes serv_gets() to return
  instead of looping endlessly.  Fixes chat problem found on linux-ppc.
webcit/ChangeLog
webcit/tcp_sockets.c
webcit/userlist.c