diff --git a/[refs] b/[refs] index 56257d16b67d..1d8437b79c60 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f14d42f314cb45a080bf84ecadf8b9b1eebbe9fd +refs/heads/master: 06a96b33aea838b61a6eeccded781a305cf85a12 diff --git a/trunk/net/x25/af_x25.c b/trunk/net/x25/af_x25.c index ebbfe6bbbff9..e19d811788a5 100644 --- a/trunk/net/x25/af_x25.c +++ b/trunk/net/x25/af_x25.c @@ -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;