make it compile

pull/1/head
Jeff Becker 6 years ago
parent 840c7c4925
commit 0acf142619
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -400,7 +400,7 @@ namespace iwp
bool
flags_agree(byte_t flags) const
{
return (rxflags & flags) & (txflags & flags) == flags;
return ((rxflags & flags) & (txflags & flags)) == flags;
}
void

Loading…
Cancel
Save