diff --git a/hw/dmx/dmxsync.c b/hw/dmx/dmxsync.c index c7f82604d..e2c94c8e3 100644 --- a/hw/dmx/dmxsync.c +++ b/hw/dmx/dmxsync.c @@ -220,7 +220,7 @@ void dmxSync(DMXScreenInfo *dmxScreen, Bool now) */ if (dmxSyncTimer && !dmxActiveSyncTimer) xfree(dmxSyncTimer); dmxSyncTimer = NULL; - now = TRUE; + now = FALSE; dmxGeneration = serverGeneration; }