Skip to content
Snippets Groups Projects
Commit dedc0a73 authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - remove unneeded disconnects

parent e365848c
No related branches found
No related tags found
No related merge requests found
......@@ -534,17 +534,14 @@ static void *_real_time(void *no_data)
bridge_handle_input_errors(
"RealTime Setup",
err.getError().toValue(), NULL);
_bridge_status_disconnect();
} catch (bgsched::realtime::ConnectionException& err) {
bridge_handle_input_errors(
"RealTime Setup",
err.getError().toValue(), NULL);
_bridge_status_disconnect();
} catch (bgsched::realtime::ProtocolException& err) {
bridge_handle_input_errors(
"RealTime Setup",
err.getError().toValue(), NULL);
_bridge_status_disconnect();
} catch (...) {
error("RealTime Setup: Unknown error thrown?");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment