mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
CSocket: Also call on_connected for local socket connections
This commit is contained in:
committed by
Andreas Kling
parent
14b2f90920
commit
e922db68d8
@@ -92,6 +92,8 @@ bool CSocket::connect(const CSocketAddress& address)
|
||||
}
|
||||
|
||||
m_connected = true;
|
||||
if (on_connected)
|
||||
on_connected();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user