From 25de7377c1f6cc2fa6f217b9e9eaca84ab36748d Mon Sep 17 00:00:00 2001 From: Brian McGroarty Date: Wed, 19 Mar 2008 00:01:42 +0000 Subject: QAR-377 maintenance-6 merge: svn merge -r 82602:82644 svn+ssh://svn/svn/linden/qa/maintenance-6-merge-82557 release/ --- indra/llinventory/llinventory.cpp | 1 + indra/llinventory/llparcelflags.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/llinventory') diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 272e8ffba2..45a927aa7d 100644 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -940,6 +940,7 @@ LLSD LLInventoryItem::asLLSD() const } else { + // *TODO: get rid of this. Phoenix 2008-01-30 LLUUID shadow_id(mAssetUUID); LLXORCipher cipher(MAGIC_ID.mData, UUID_BYTES); cipher.encrypt(shadow_id.mData, UUID_BYTES); diff --git a/indra/llinventory/llparcelflags.h b/indra/llinventory/llparcelflags.h index 1806142c17..2ed484e1e5 100644 --- a/indra/llinventory/llparcelflags.h +++ b/indra/llinventory/llparcelflags.h @@ -81,7 +81,7 @@ const U32 PF_USE_RESTRICTED_ACCESS = PF_USE_ACCESS_GROUP | PF_DENY_ANONYMOUS | PF_DENY_AGEUNVERIFIED; const U32 PF_NONE = 0x00000000; -const U32 PF_ALL = 0x7FFFFFFF; +const U32 PF_ALL = 0xFFFFFFFF; const U32 PF_DEFAULT = PF_ALLOW_FLY | PF_ALLOW_OTHER_SCRIPTS | PF_ALLOW_GROUP_SCRIPTS -- cgit v1.2.3