now the XML-RPC client closes the connection immediately
This commit is contained in:
parent
cb38affb2a
commit
ae093e2cdc
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
Author : $Author: maroy $
|
||||
Version : $Revision: 1.2 $
|
||||
Version : $Revision: 1.3 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClient.cxx,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
@ -148,6 +148,8 @@ SchedulerDaemonXmlRpcClient :: getVersion(void) throw ()
|
||||
result.reset(new std::string(xmlRpcResult["version"]));
|
||||
}
|
||||
|
||||
xmlRpcClient.close();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@ -184,6 +186,8 @@ SchedulerDaemonXmlRpcClient :: getSchedulerTime(
|
||||
|
||||
}
|
||||
|
||||
xmlRpcClient.close();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user