war kein bug
This commit is contained in:
parent
f403b407cc
commit
4364b39f63
8 changed files with 88 additions and 12 deletions
|
@ -125,7 +125,15 @@ void ViewMonitor::worker()
|
|||
}
|
||||
catch(...)
|
||||
{
|
||||
drv.reconnect();
|
||||
try
|
||||
{
|
||||
drv.reconnect();
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
B15F::abort("yoho meine dudes");
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue