summaryrefslogtreecommitdiffstats
path: root/net/802/cl2llc.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
commit230e5ab6a084ed50470f101934782dbf54b0d06b (patch)
tree5dd821c8d33f450470588e7a543f74bf74306e9e /net/802/cl2llc.c
parentc9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff)
Merge with Linux 2.1.67.
Diffstat (limited to 'net/802/cl2llc.c')
-rw-r--r--net/802/cl2llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/802/cl2llc.c b/net/802/cl2llc.c
index 5e1d12837..8d236b4c4 100644
--- a/net/802/cl2llc.c
+++ b/net/802/cl2llc.c
@@ -196,7 +196,7 @@ void llc_interpret_pseudo_code(llcptr lp, int pc_label, struct sk_buff *skb,
switch(pseudo_code[pc])
{
case 9:
- if ((type != I_CMD) || (fr->i_hdr.i_pflag =0))
+ if ((type != I_CMD) || (fr->i_hdr.i_pflag == 0))
break;
case 1:
lp->remote_busy = 0;