Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@19193 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c0e5b29823
commit
8e5897b226
@ -330,7 +330,7 @@ bool CampoSetup::StopLurch() const
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
wxHTTP scServer;
|
||||
if (scServer.Connect("127.0.0.1", i == 0 ? 10000 : 1883))
|
||||
if (scServer.Connect("127.0.0.1", i == 0 ? 1883 : 10000))
|
||||
{
|
||||
//if (scServer.BuildRequest("/stop.cgi", 0))
|
||||
wxInputStream* isIs = scServer.GetInputStream("/stop.cgi");
|
||||
@ -524,7 +524,7 @@ bool CampoSetup::UnzipModule(const wxString& strPrgLocPath, const wxString& strS
|
||||
UpdateInstallIni(strWrk, strPrgLocPath + "/install.ini", strModule);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//Adesso puo' far ripartire il server di chiavi
|
||||
const bool bLurch = strModule == "sr" && LurchWasRunning();
|
||||
if (bLurch)
|
||||
|
BIN
setup/aga.ico
BIN
setup/aga.ico
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
Loading…
x
Reference in New Issue
Block a user