summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-05-23 22:27:53 +0000
committerBrian Somers <brian@FreeBSD.org>1998-05-23 22:27:53 +0000
commit0438ce3a88e8729e7d0cca8da5ac794397af3015 (patch)
treea4c743af29390a1a029a36d89295444ad5ed1b7f
parent0f2f3eb39529ac52402b20eeca35857885301c4e (diff)
Notes
-rw-r--r--usr.sbin/ppp/bundle.c8
1 files changed, 1 insertions, 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 <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;
}