Fix the build bustage

git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@5529 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
raman
1998-07-14 23:07:17 +00:00
parent 8df8a1059b
commit 2c52e7cc3e

View File

@@ -1507,8 +1507,8 @@ PRBool nsPrivilegeManagerInitialize(void)
thePrivilegeManager = new nsPrivilegeManager();
#ifdef DEBUG_raman_xxx
RDFJSec_InitPrivilegeDB();
return PR_FALSE;
#endif /* DEBUG_raman_xxx */
return PR_FALSE;
}
PRBool nsPrivilegeManager::theInited = nsPrivilegeManagerInitialize();