From f11bbe2057de89e8e8658378d3b125ba3325192a Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 17 Oct 1998 12:28:09 +0000 Subject: Adjust our CBCP RESP id so that it's the same as the REQ. Submitted by: Tom --- usr.sbin/ppp/cbcp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index a8689f8..5e0aef2 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.c,v 1.2 1998/08/26 17:39:38 brian Exp $ + * $Id: cbcp.c,v 1.3 1998/10/17 12:28:08 brian Exp $ */ #include @@ -617,6 +617,7 @@ cbcp_Input(struct physical *p, struct mbuf *bp) timer_Stop(&cbcp->fsm.timer); if (cbcp_AdjustResponse(cbcp, data)) { cbcp->fsm.restart = DEF_REQs; + cbcp->fsm.id = head->id; cbcp_SendResponse(cbcp); } else datalink_CBCPFailed(cbcp->p->dl); -- cgit v1.1