Drop the SASL source record when the connection ends
This commit is contained in:
parent
b34ae037f6
commit
006808e974
1 changed files with 1 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ impl Engine {
|
|||
self.prune_channel_if_gone(c);
|
||||
}
|
||||
self.sasl_sessions.remove(uid);
|
||||
self.sasl_source.remove(uid); // the captured SASL host/IP dies with the connection too
|
||||
self.pending_enforce.retain(|p| p.uid != uid);
|
||||
self.forget_chatter_everywhere(uid);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue