Tracking: fix operators precedence error in bcast check.
This commit is contained in:
parent
f6e32a832f
commit
47177c9edc
@ -2268,7 +2268,7 @@ NULL
|
||||
}
|
||||
|
||||
if (c->flags & CLIENT_TRACKING) {
|
||||
int oldbcast = !!c->flags & CLIENT_TRACKING_BCAST;
|
||||
int oldbcast = !!(c->flags & CLIENT_TRACKING_BCAST);
|
||||
if (oldbcast != bcast) {
|
||||
addReplyError(c,
|
||||
"You can't switch BCAST mode on/off before disabling "
|
||||
|
Loading…
x
Reference in New Issue
Block a user