mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 13:32:43 +02:00
fix typo in KServerPort::Destroy()
This commit is contained in:
parent
886dfaf6d5
commit
e7f5e95d04
@ -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 New Issue
Block a user