diff options
author | Robert Adams | 2015-04-12 08:00:46 -0700 |
---|---|---|
committer | Robert Adams | 2015-04-12 08:00:46 -0700 |
commit | 01a6ce2baa6da364225e5f8adf27dbbc7d89e8bc (patch) | |
tree | 4d30ec5fed21d4055897ae916e9e609883eaa323 /bin | |
parent | Add 'osslEnable.ini' file which enables a restricted set of ossl functions. (diff) | |
download | opensim-SC-01a6ce2baa6da364225e5f8adf27dbbc7d89e8bc.zip opensim-SC-01a6ce2baa6da364225e5f8adf27dbbc7d89e8bc.tar.gz opensim-SC-01a6ce2baa6da364225e5f8adf27dbbc7d89e8bc.tar.bz2 opensim-SC-01a6ce2baa6da364225e5f8adf27dbbc7d89e8bc.tar.xz |
Add the missing commas to parcel parameter setting in osslEnable.ini
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/osslEnable.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/osslEnable.ini b/bin/osslEnable.ini index 659f7c4..4324440 100755 --- a/bin/osslEnable.ini +++ b/bin/osslEnable.ini | |||
@@ -24,8 +24,8 @@ | |||
24 | ; ossl functions. | 24 | ; ossl functions. |
25 | osslParcelO = "" | 25 | osslParcelO = "" |
26 | osslParcelOG = "" | 26 | osslParcelOG = "" |
27 | ; osslParcelO = "PARCEL_OWNER" | 27 | ; osslParcelO = "PARCEL_OWNER," |
28 | ; osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER" | 28 | ; osslParcelOG = "PARCEL_GROUP_MEMBER,PARCEL_OWNER," |
29 | 29 | ||
30 | ; ThreatLevel None | 30 | ; ThreatLevel None |
31 | Allow_osDrawEllipse = true | 31 | Allow_osDrawEllipse = true |