summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-10-17 12:28:09 +0000
committerBrian Somers <brian@FreeBSD.org>1998-10-17 12:28:09 +0000
commit0e0c8ee5fcb98adf5cf202d75bd1ac24b49e58e4 (patch)
tree53a180bbe42b3b9529f2ad8c398ef8f85b33c1d9
parentf21c8aecd103d97644db090852b85e329bd0915b (diff)
Notes
-rw-r--r--usr.sbin/ppp/cbcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c
index a8689f80af61..5e0aef200d04 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 <sys/types.h>
@@ -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);