This commit is contained in:
morse%netscape.com 1998-08-04 00:51:34 +00:00
Родитель 9c7abafa29
Коммит dfca578ab2
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -18,6 +18,7 @@
/*
*/
#include "privacy.h"
#include "glhist.h"
#include "xp_hash.h"
#include "net.h"
@ -207,6 +208,10 @@ gh_open_database(void)
#ifndef NO_DBM
static Bool have_tried_open=FALSE;
if (PRVCY_IsAnonymous()) {
return;
}
if(gh_database)
{
return;