From 0438ce3a88e8729e7d0cca8da5ac794397af3015 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 23 May 1998 22:27:53 +0000 Subject: [PATCH] Oops - patch failed in last commit ???? --- usr.sbin/ppp/bundle.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index a5aa1eee9ef7..d32ad7182048 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 @@ -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; }