Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 15:36:01 +0200
From:      "Ari Suutari" <ari.suutari@syncrontech.com>
To:        "Gary Jennejohn" <garyj@jennejohn.org>
Cc:        "G Hasse" <gh@raditex.se>, <freebsd-isdn@FreeBSD.ORG>
Subject:   Re: Problem with "no bufferspace" - solution 
Message-ID:  <000b01c2c3ad$8d0615e0$0235a8c0@raisa>
References:  <200301241141.h0OBfi6e003789@peedub.jennejohn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> Gary Jennejohn writes:
> > #if 0
> > /* we assume STATE_INITIAL here! */
> > /* these lines kept for information only */
> > if (sp->state[IDX_LCP] != STATE_INITIAL)
> > lcp.Close(sp);
> > #endif

    Layer is not in initial state, it is in starting state.
    So this code should be executed here. The only
    problem is that it references many internal defines
    of if_spppsubr.c. Wouldn't it be easier to make
    lcp_down if if_spppsubr.c smarter so it wouldn't
    complain like it now does ?

        Ari S.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c2c3ad$8d0615e0$0235a8c0>