Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170678
b: refs/heads/master
c: 06a96b3
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Oct 13, 2009
1 parent 8cd6f6d commit 5ac3725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f14d42f314cb45a080bf84ecadf8b9b1eebbe9fd
refs/heads/master: 06a96b33aea838b61a6eeccded781a305cf85a12
2 changes: 1 addition & 1 deletion trunk/net/x25/af_x25.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
facilities.throughput > 0xDD)
break;
if (facilities.reverse &&
(facilities.reverse | 0x81)!= 0x81)
(facilities.reverse & 0x81) != 0x81)
break;
x25->facilities = facilities;
rc = 0;
Expand Down

0 comments on commit 5ac3725

Please sign in to comment.