diff --git a/OpenSim/Framework/PluginLoader.cs b/OpenSim/Framework/PluginLoader.cs index cabce1ba8a..ab4e2170f6 100644 --- a/OpenSim/Framework/PluginLoader.cs +++ b/OpenSim/Framework/PluginLoader.cs @@ -271,10 +271,10 @@ namespace OpenSim.Framework public class PluginExtensionNode : ExtensionNode { [NodeAttribute] - string provider; + string provider = ""; [NodeAttribute] - string type; + string type = ""; Type typeobj;