Skip to content
Snippets Groups Projects
Commit 417b2b4d authored by Steven Murray's avatar Steven Murray
Browse files

Added a missing break statement to the switch statement of handleEvents()

parent 21332a35
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ void castor::tape::reactor::PollReactorImpl::handleEvents(const int timeout) {
m_log(LOG_ERR, "Failed to handle a pending vdqm request: poll() failed",
params);
}
break;
default:
dispatchEventHandlers(fds.get(), nfds);
}
......
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