diff options
-rw-r--r-- | usr.sbin/ppp/ppp/bundle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/bundle.c b/usr.sbin/ppp/ppp/bundle.c index 136943f2b1e..5dfadc58f48 100644 --- a/usr.sbin/ppp/ppp/bundle.c +++ b/usr.sbin/ppp/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: bundle.c,v 1.68 2004/01/23 03:48:43 deraadt Exp $ + * $OpenBSD: bundle.c,v 1.69 2004/01/28 01:35:16 kevlo Exp $ */ #include <sys/param.h> @@ -1782,7 +1782,7 @@ bundle_setsid(struct bundle *bundle, int holdsession) write(fds[1], "!", 1); /* done */ close(fds[1]); if (holdsession) { - int fd, status; + int status; timer_TermService(); signal(SIGPIPE, SIG_DFL); |