|
@@ -1363,7 +1363,7 @@ static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
|
|
facilities.throughput > 0xDD)
|
|
facilities.throughput > 0xDD)
|
|
break;
|
|
break;
|
|
if (facilities.reverse &&
|
|
if (facilities.reverse &&
|
|
- (facilities.reverse | 0x81)!= 0x81)
|
|
|
|
|
|
+ (facilities.reverse & 0x81) != 0x81)
|
|
break;
|
|
break;
|
|
x25->facilities = facilities;
|
|
x25->facilities = facilities;
|
|
rc = 0;
|
|
rc = 0;
|