BUG 224560: Stever's netlib checkin didn't fix the cookie persistence bug

on the XFE; he says we need to replace the GH_InitGlobalHistory with one
to NET_FinishInitNetLib.
This commit is contained in:
akkana 1998-07-02 01:25:49 +00:00
Родитель 2d48a23a4a
Коммит b68dbd0214
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -2831,7 +2831,12 @@ main
/* This needs to be after fe_InstallPreferences() to
* get the right filename.
*/
/* BUG 224560: stever says GH_InitGlobalHistory shouldn't be here,
* but that we do need to call NET_FinishInitNetLib() to initialize
* cookies and other good things:
GH_InitGlobalHistory();
*/
NET_FinishInitNetLib();
/*
** Initialize the security library.