Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 1996 18:45:24 -0400 (EDT)
From:      John Capo <jc@irbs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1194: PPP server port not initialized
Message-ID:  <199605122245.SAA15712@irbs.irbs.com>
Resent-Message-ID: <199605122250.PAA21390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1194
>Category:       bin
>Synopsis:       PPP server port not initialized
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 12 15:50:01 PDT 1996
>Last-Modified:
>Originator:     John Capo
>Organization:
IRBS Engineering
>Release:        FreeBSD 2.2-CURRENT i386
>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.
>Audit-Trail:
>Unformatted:



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