aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-13 22:18:57 +0100
committerJustin Clark-Casey (justincc)2010-10-13 22:18:57 +0100
commitaa60c4b129c386ed7518f948435613296cbe65c0 (patch)
treef8f754b5b6d64c5c41614c05be0856e5313412bc /OpenSim/Data/MySQL
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-aa60c4b129c386ed7518f948435613296cbe65c0.zip
opensim-SC_OLD-aa60c4b129c386ed7518f948435613296cbe65c0.tar.gz
opensim-SC_OLD-aa60c4b129c386ed7518f948435613296cbe65c0.tar.bz2
opensim-SC_OLD-aa60c4b129c386ed7518f948435613296cbe65c0.tar.xz
fix build break
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/MySQLPresenceData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLPresenceData.cs b/OpenSim/Data/MySQL/MySQLPresenceData.cs
index 81a48a8..2390feb 100644
--- a/OpenSim/Data/MySQL/MySQLPresenceData.cs
+++ b/OpenSim/Data/MySQL/MySQLPresenceData.cs
@@ -79,7 +79,7 @@ namespace OpenSim.Data.MySQL
79 return false; 79 return false;
80 80
81 if (regionID == UUID.Zero) 81 if (regionID == UUID.Zero)
82 return; 82 return false;
83 83
84 MySqlCommand cmd = new MySqlCommand(); 84 MySqlCommand cmd = new MySqlCommand();
85 85