mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Get DAPNET login working.
This commit is contained in:
parent
0e2c37be56
commit
51fb44771d
3 changed files with 13 additions and 11 deletions
|
|
@ -244,11 +244,8 @@ int CDAPNETGateway::run()
|
|||
}
|
||||
|
||||
bool ok = m_dapnetNetwork->read();
|
||||
if (!ok) {
|
||||
m_dapnetNetwork->close();
|
||||
m_dapnetNetwork->open();
|
||||
m_dapnetNetwork->login();
|
||||
}
|
||||
if (!ok)
|
||||
recover();
|
||||
|
||||
unsigned int ms = stopWatch.elapsed();
|
||||
stopWatch.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue