From jc@irbs.com  Sun May 12 15:46:00 1996
Received: from irbs.irbs.com ([199.182.75.129])
          by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA21147
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 May 1996 15:45:58 -0700 (PDT)
Received: (from jc@localhost) by irbs.irbs.com (8.7.5/8.6.6) id SAA15712; Sun, 12 May 1996 18:45:24 -0400 (EDT)
Message-Id: <199605122245.SAA15712@irbs.irbs.com>
Date: Sun, 12 May 1996 18:45:24 -0400 (EDT)
From: John Capo <jc@irbs.com>
Reply-To: jc@irbs.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: PPP server port not initialized
X-Send-Pr-Version: 3.2

>Number:         1194
>Category:       bin
>Synopsis:       PPP server port not initialized
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 12 15:50:01 PDT 1996
>Closed-Date:    Mon May 13 00:20:19 PDT 1996
>Last-Modified:  Mon May 13 00:20:41 PDT 1996
>Originator:     John Capo
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
IRBS Engineering
>Environment:

	

>Description:

Latest round of changes omitted initialization of tunnel device
unit variable.

>How-To-Repeat:

	

>Fix:

*** /tmp/src/usr.sbin/ppp/os.c	Sun May 12 16:35:07 1996
--- usr.sbin/ppp/os.c	Sun May 12 18:26:49 1996
***************
*** 285,290 ****
--- 285,291 ----
      fprintf(stderr, "No tunnel device is available.\n");
      return(-1);
    }
+   *ptun = unit;
  
    /*
     * At first, name the interface.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon May 13 00:20:19 PDT 1996 
State-Changed-Why:  
Committed. 
>Unformatted:
