summaryrefslogtreecommitdiff
path: root/src/networking.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/networking.c')
-rw-r--r--src/networking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networking.c b/src/networking.c
index 1b4b19645..69350eed1 100644
--- a/src/networking.c
+++ b/src/networking.c
@@ -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 "