summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-04-23 19:47:19 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-04-23 19:47:19 +0300
commitb1cffda8f3ac9ce95525ae926272c0ecbbc5b24e (patch)
tree4a347b363ef6116fe55ce21be818f5f4d4b20305 /indra/llinventory
parent331663458fbf0a434701b1bb1dd15901eb1c20fe (diff)
MAINT-2361 FIXED One and the same user shown in Allowed and in Banned Residents lists
Diffstat (limited to 'indra/llinventory')
-rwxr-xr-xindra/llinventory/llparcel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp
index 5eb5fb442d..d6bfec5bec 100755
--- a/indra/llinventory/llparcel.cpp
+++ b/indra/llinventory/llparcel.cpp
@@ -793,8 +793,6 @@ BOOL LLParcel::addToAccessList(const LLUUID& agent_id, S32 time)
}
}
- removeFromBanList(agent_id);
-
LLAccessEntry new_entry;
new_entry.mID = agent_id;
new_entry.mTime = time;
@@ -838,8 +836,6 @@ BOOL LLParcel::addToBanList(const LLUUID& agent_id, S32 time)
}
}
- removeFromAccessList(agent_id);
-
LLAccessEntry new_entry;
new_entry.mID = agent_id;
new_entry.mTime = time;