mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
PRED1 => TY_PRED1 (oops)
This commit is contained in:
parent
29a6597c6b
commit
f7fdd41d4a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29295
@ -17,7 +17,7 @@
|
|||||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Id: hdlc.c,v 1.17 1997/08/25 00:29:13 brian Exp $
|
* $Id: hdlc.c,v 1.18 1997/09/10 21:33:32 brian Exp $
|
||||||
*
|
*
|
||||||
* TODO:
|
* TODO:
|
||||||
*/
|
*/
|
||||||
@ -152,7 +152,7 @@ HdlcOutput(int pri, u_short proto, struct mbuf * bp)
|
|||||||
|
|
||||||
if ((proto & 0xfff1) == 0x21) { /* Network Layer protocol */
|
if ((proto & 0xfff1) == 0x21) { /* Network Layer protocol */
|
||||||
if (CcpFsm.state == ST_OPENED) {
|
if (CcpFsm.state == ST_OPENED) {
|
||||||
if (CcpInfo.want_proto == PRED1) {
|
if (CcpInfo.want_proto == TY_PRED1) {
|
||||||
Pred1Output(pri, proto, bp);
|
Pred1Output(pri, proto, bp);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user