From a5142c6bc0620800a5251cea616ea821a37988ce Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 May 2025 17:45:54 +0900 Subject: [PATCH] certSend --- OpenSim.Modules.Currency/NSLXmlRpc.cs | 1 + 1 file changed, 1 insertion(+) 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());