eliminate primary name from "client hello" (not needed, and added

problematic dependency on libpref).
This commit is contained in:
darin@netscape.com
2002-11-14 19:37:01 +00:00
parent 5b2454aa98
commit 36ce30e043
11 changed files with 15 additions and 69 deletions

View File

@@ -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()));
}