Store host info.

This commit is contained in:
Bartosz Taudul
2018-08-19 18:21:56 +02:00
parent bd76f4cd10
commit 203d9b4b85
2 changed files with 3 additions and 0 deletions

View File

@@ -1237,6 +1237,8 @@ void Worker::Exec()
sprintf( tmp, "%s @ %s", welcome.programName, dtmp );
m_captureName = tmp;
m_hostInfo = welcome.hostInfo;
if( welcome.onDemand != 0 )
{
OnDemandPayloadMessage onDemand;