aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/PluginLoader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/PluginLoader.cs')
-rw-r--r--OpenSim/Framework/PluginLoader.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/PluginLoader.cs b/OpenSim/Framework/PluginLoader.cs
index cabce1b..ab4e217 100644
--- a/OpenSim/Framework/PluginLoader.cs
+++ b/OpenSim/Framework/PluginLoader.cs
@@ -271,10 +271,10 @@ namespace OpenSim.Framework
271 public class PluginExtensionNode : ExtensionNode 271 public class PluginExtensionNode : ExtensionNode
272 { 272 {
273 [NodeAttribute] 273 [NodeAttribute]
274 string provider; 274 string provider = "";
275 275
276 [NodeAttribute] 276 [NodeAttribute]
277 string type; 277 string type = "";
278 278
279 Type typeobj; 279 Type typeobj;
280 280