eliminate primary name from "client hello" (not needed, and added
problematic dependency on libpref).
This commit is contained in:
@@ -113,11 +113,6 @@ struct ipcCommandModule
|
||||
{
|
||||
LOG(("got CLIENT_HELLO\n"));
|
||||
|
||||
ipcMessageCast<ipcmMessageClientHello> msg(rawMsg);
|
||||
const char *name = msg->PrimaryName();
|
||||
if (name)
|
||||
client->AddName(name);
|
||||
|
||||
IPC_SendMsg(client, new ipcmMessageClientID(client->ID()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user