From 2c52e7cc3eeb0620fe94e3230487e118766f87ef Mon Sep 17 00:00:00 2001 From: raman Date: Tue, 14 Jul 1998 23:07:17 +0000 Subject: [PATCH] Fix the build bustage git-svn-id: svn://10.0.0.236/branches/OJI_19980618_BRANCH@5529 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/caps/src/nsPrivilegeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/caps/src/nsPrivilegeManager.cpp b/mozilla/caps/src/nsPrivilegeManager.cpp index bcc5410514f..bcde3287243 100755 --- a/mozilla/caps/src/nsPrivilegeManager.cpp +++ b/mozilla/caps/src/nsPrivilegeManager.cpp @@ -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();