Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 1998 14:33:44 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp main.c
Message-ID:  <199802102233.OAA12518@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/10 14:33:44 PST

  Modified files:
    usr.sbin/ppp         main.c 
  Log:
  Move handle_signals() to before the FD_SETs.  handle_signals()
  may result in a our modem closing after it's made its way into
  the fd_set, resulting in a program exit (with select(): bad file
  descriptor) rather than a dropped link.
  
  Revision  Changes    Path
  1.122     +6 -3      src/usr.sbin/ppp/main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802102233.OAA12518>