]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
m_spanningtree Set the bursting flag in the FJOIN handler based on whether the source...
authorAttila Molnar <attilamolnar@hush.com>
Sat, 26 Apr 2014 14:22:03 +0000 (16:22 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Sat, 26 Apr 2014 14:22:03 +0000 (16:22 +0200)
commit17170c276e5e57091e256b57719c08c25256d060
treecc7d12a4c8526a75549b5ca060dce8036dc82fbd
parentb6a3477a44dd7c47a9b29cbfe07e3a7886a97141
m_spanningtree Set the bursting flag in the FJOIN handler based on whether the source of the FJOIN is bursting or not

Previously the flag was true if our route to the source was bursting, which resulted in m_joinflood incorrectly registering netjoins when a remote server was bursting

Fixes issue #839 reported by @joshtek0
src/modules/m_spanningtree/fjoin.cpp