summaryrefslogtreecommitdiff
path: root/src/wildcard.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-12-17 19:08:41 +0000
committerPeter Powell <petpow@saberuk.com>2018-12-17 19:26:59 +0000
commitbf0bf05ac07a4bd0afeba5a276ef86308f0f9e54 (patch)
tree1cee2d712715a5ff7cc56fed523509404af4a6fd /src/wildcard.cpp
parent28eeee38bd912445f376d0261580173889c2137a (diff)
Fix not propagating rehashes properly across the network.
The REHASH command is not routed like a normal command. When a rehash that needs to be forwarded is received the local server forwards it indirectly by calling the local REHASH handler which then calls the OnPreRehash hook. This results in the OnPreRehash hook being called whilst loopCall is true. The bug which this check was added to fix seems to no longer be present so no alternate fix for that seems necessary. Closes #1537.
Diffstat (limited to 'src/wildcard.cpp')
0 files changed, 0 insertions, 0 deletions