Use 'primary' for MSN terminology instead of 'leader'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b0fe077449
commit
38838991c0
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ impl Occupant {
|
|||
for (i, session) in self.sessions.iter().enumerate() {
|
||||
if &own_session == session {
|
||||
if i == 0 {
|
||||
// Leader session
|
||||
// Primary session
|
||||
self.sessions[0] = own_session;
|
||||
return Ok(());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue