aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EstateAccess.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EstateAccess.cs b/OpenSim/Region/ClientStack/Linden/Caps/EstateAccess.cs
index cd6cdef..c3a48d9 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EstateAccess.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EstateAccess.cs
@@ -203,6 +203,9 @@ namespace OpenSim.Region.ClientStack.Linden
203 if (id == UUID.Zero) 203 if (id == UUID.Zero)
204 continue; 204 continue;
205 LLSDxmlEncode.AddElem("id", id, sb); 205 LLSDxmlEncode.AddElem("id", id, sb);
206 LLSDxmlEncode.AddElem("last_login_date", "0000-00-00 00:00:00", sb); // We will not have this
207 LLSDxmlEncode.AddElem("ban_date", "0000-00-00 00:00:00", sb); // We will have this
208 LLSDxmlEncode.AddElem("banning_id", UUID.Zero, sb); // we will have this one day
206 } 209 }
207 LLSDxmlEncode.AddEndMap(sb); 210 LLSDxmlEncode.AddEndMap(sb);
208 } 211 }