Remove read_with_timeout() and replaced its only caller (the passwd chat
commitc4b4386996c0f759017c74d928b37f62d1f710f4
authorTim Potter <tpot@samba.org>
Thu, 9 Jan 2003 06:58:07 +0000 (9 06:58 +0000)
committerTim Potter <tpot@samba.org>
Thu, 9 Jan 2003 06:58:07 +0000 (9 06:58 +0000)
treed90454e59782083e07bf3edd23da68a798e7fa57
parentbaa1276eb0adfef420b0e9bb4a9365c397ef9d84
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.
(This used to be commit 88eb9e9486bca55a38e40ae53aed35ee338a68d7)
source3/lib/util_sock.c
source3/smbd/chgpasswd.c