mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
LibIPC: Stop sending client ID to clients
The client ID is not useful to normal clients anymore, so stop telling everyone what their ID is.
This commit is contained in:
parent
a5bbe3280d
commit
1ce03f4f34
29 changed files with 27 additions and 42 deletions
|
@ -57,7 +57,7 @@ void ClientConnection::die()
|
|||
|
||||
OwnPtr<Messages::ClipboardServer::GreetResponse> ClientConnection::handle(const Messages::ClipboardServer::Greet&)
|
||||
{
|
||||
return make<Messages::ClipboardServer::GreetResponse>(client_id());
|
||||
return make<Messages::ClipboardServer::GreetResponse>();
|
||||
}
|
||||
|
||||
OwnPtr<Messages::ClipboardServer::SetClipboardDataResponse> ClientConnection::handle(const Messages::ClipboardServer::SetClipboardData& message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue