Commit 738a1385 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a pointless break for Coveritys sake

parent 336f2eb8
......@@ -274,6 +274,7 @@ ses_handle(struct waited *wp, enum wait_event ev, double now)
break;
case WAITER_CLOSE:
WRONG("Should not see WAITER_CLOSE on client side");
break;
default:
WRONG("Wrong event in ses_handle");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment