mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Fix up other sqlite db interactions to use non-hyphenated uuid
Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :) This patch will not fix grid problems. May be bugs present due to conversions I didn't spot. I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again.
This commit is contained in:
@@ -385,7 +385,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Convert an LLUUID to a raw uuid string. This is a string without hyphens.
|
||||
/// Convert an LLUUID to a raw uuid string. Right now this is a string without hyphens.
|
||||
/// </summary>
|
||||
/// <param name="lluuid"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
Reference in New Issue
Block a user