This commit is contained in:
root
2025-05-29 17:45:54 +09:00
parent 06cf433610
commit a5142c6bc0
+1
View File
@@ -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());