Remove read_with_timeout() and replaced its only caller (the passwd chat
authorTim Potter <tpot@samba.org>
Thu, 9 Jan 2003 06:58:07 +0000 (06:58 +0000)
committerTim Potter <tpot@samba.org>
Thu, 9 Jan 2003 06:58:07 +0000 (06:58 +0000)
commit88eb9e9486bca55a38e40ae53aed35ee338a68d7
tree429aedc92df058a468e8716fc0a7d1bc22f09d46
parent6ed4d80baa5ff529bb0a06d7e52528b307ca4a0c
Remove read_with_timeout() and replaced its only caller (the passwd chat
stuff) with a call to read_socket_with_timeout() which does the same thing.

Passwd chat still works but I couldn't figure out the right arguments to
passwd chat to get it to work right but data was definitely getting
through.
source/lib/util_sock.c
source/smbd/chgpasswd.c