summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1999-10-29 17:57:42 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1999-10-29 17:57:42 +0000
commit83cc7ae865521464a7c6df85b0cdaed75263c35b (patch)
tree58ee8f3e20bc5a51b7f4a03968620eee5db3e994
parente653ecce875abfb5b872adbfd099e7b54c5317ee (diff)
Notes
-rw-r--r--sys/net/if_spppsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 1f079908cc6e..133af2b92a8e 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1399,7 +1399,7 @@ sppp_cp_input(const struct cp *cp, struct sppp *sp, struct mbuf *m)
(cp->tld)(sp);
/* fall through */
case STATE_ACK_RCVD:
- sppp_cp_change_state(cp, sp, STATE_ACK_SENT);
+ sppp_cp_change_state(cp, sp, STATE_REQ_SENT);
(cp->scr)(sp);
break;
case STATE_CLOSING: