diff --git a/OpenSim.Modules.Currency/NSLXmlRpc.cs b/OpenSim.Modules.Currency/NSLXmlRpc.cs index 060a9b6..519ab66 100644 --- a/OpenSim.Modules.Currency/NSLXmlRpc.cs +++ b/OpenSim.Modules.Currency/NSLXmlRpc.cs @@ -104,6 +104,7 @@ namespace NSL.Network.XmlRpc } catch (Exception ex) { m_log.ErrorFormat("[MONEY NSL XMLRPC]: XmlRpcResponse certSend: GetResponse Error: {0}", ex.ToString()); + return null; } StreamReader input = new StreamReader(response.GetResponseStream());