Send slave's authorization status along with the oher status info when the host asks for it.
Depends on D10818
Send slave's authorization status along with the oher status info when the host asks for it.
Depends on D10818
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
src/core/slavebase.cpp | ||
---|---|---|
154 | This detaches (makes a copy of the list) because we're iterating over that same list. Cleaning up in a "has" method is a little unexpected anyway. | |
557–558 | make that _V2, with << d->onHold rather than if(d->onHold), see other RR. |
src/core/slavebase.cpp | ||
---|---|---|
155 | it = m_tempAuths.erase(it); } else { ++it; } |
src/core/slavebase.cpp | ||
---|---|---|
155 | You forgot the it = in front. |