mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fix typo in KServerPort::Destroy()
This commit is contained in:
parent
d7b14f48d2
commit
60c888126b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace ams::kern {
|
||||||
|
|
||||||
void KServerPort::Destroy() {
|
void KServerPort::Destroy() {
|
||||||
/* Note with our parent that we're closed. */
|
/* Note with our parent that we're closed. */
|
||||||
m_parent->OnClientClosed();
|
m_parent->OnServerClosed();
|
||||||
|
|
||||||
/* Perform necessary cleanup of our session lists. */
|
/* Perform necessary cleanup of our session lists. */
|
||||||
this->CleanupSessions();
|
this->CleanupSessions();
|
||||||
|
|
Loading…
Reference in a new issue