diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 | 
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /usr.sbin/ppp/chat.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'usr.sbin/ppp/chat.c')
| -rw-r--r-- | usr.sbin/ppp/chat.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index 8c41aa21f49bc..fa81677b58200 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -23,7 +23,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	$Id: chat.c,v 1.51 1998/08/07 18:42:47 brian Exp $ + *	$Id: chat.c,v 1.50 1998/06/27 14:18:01 brian Exp $   */  #include <sys/types.h> @@ -429,7 +429,6 @@ chat_Read(struct descriptor *d, struct bundle *bundle, const fd_set *fdset)        if (begin >= ebegin && begin < eend &&            !strncmp(begin, c->argptr, c->arglen)) {          /* Got it ! */ -        timer_Stop(&c->timeout);          if (memchr(begin + c->arglen - 1, '\n',              c->bufend - begin - c->arglen + 1) == NULL) {             /* force it into the log */ | 
