aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKevin Cozens2017-10-26 13:42:54 -0400
committerKevin Cozens2017-10-26 13:42:54 -0400
commit70d693eff2553299839f23f840ff7c08363ada3e (patch)
tree8c2542caa1c4562976a97c8d4ebb7aa0d424eddd
parentSorted the groups of Allow statements by alphabetical order. (diff)
downloadopensim-SC_OLD-70d693eff2553299839f23f840ff7c08363ada3e.zip
opensim-SC_OLD-70d693eff2553299839f23f840ff7c08363ada3e.tar.gz
opensim-SC_OLD-70d693eff2553299839f23f840ff7c08363ada3e.tar.bz2
opensim-SC_OLD-70d693eff2553299839f23f840ff7c08363ada3e.tar.xz
Added missing Allow line for osGetSimulatorMemoryKB.
-rw-r--r--bin/config-include/osslEnable.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index 4b0d3d2..aed43f0 100644
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -138,6 +138,7 @@
138 Allow_osGetNumberOfAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 138 Allow_osGetNumberOfAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
139 Allow_osGetRegionStats = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 139 Allow_osGetRegionStats = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
140 Allow_osGetSimulatorMemory = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 140 Allow_osGetSimulatorMemory = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
141 Allow_osGetSimulatorMemoryKB = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
141 Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 142 Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
142 Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 143 Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
143 144