diff options
author | brian <brian@FreeBSD.org> | 1998-05-23 22:27:53 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-05-23 22:27:53 +0000 |
commit | b18cb274a1cbacdde1cfd5ca76aeba7f7f307386 (patch) | |
tree | 7de928e848b9e23660d26102adc6e059bf6042d9 /usr.sbin | |
parent | 7f9f3d4b006fb3ffffcebd44183520742fa0bf6f (diff) | |
download | FreeBSD-src-b18cb274a1cbacdde1cfd5ca76aeba7f7f307386.zip FreeBSD-src-b18cb274a1cbacdde1cfd5ca76aeba7f7f307386.tar.gz |
Oops - patch failed in last commit ????
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/bundle.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index a5aa1ee..d32ad71 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.c,v 1.3 1998/05/23 17:05:26 brian Exp $ + * $Id: bundle.c,v 1.4 1998/05/23 22:24:27 brian Exp $ */ #include <sys/types.h> @@ -801,12 +801,6 @@ bundle_Create(const char *prefix, int type) /* Clean out any leftover crud */ bundle_CleanInterface(&bundle); - if (prompt) { - /* Retrospectively introduce ourselves to the prompt */ - prompt->bundle = &bundle; - bundle_RegisterDescriptor(&bundle, &prompt->desc); - } - return &bundle; } |