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

problematic dependency on libpref).


git-svn-id: svn://10.0.0.236/trunk@133838 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%netscape.com
2002-11-14 19:37:01 +00:00
parent 6163c33b1c
commit 2e50b6f4f7
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()));
}