lib9p: respond with error instead of aborting for unknown 9p messages

This commit is contained in:
cinap_lenrek 2011-07-09 13:11:59 +02:00
parent 6f033761e0
commit d1dcdf2df3

View file

@ -755,8 +755,6 @@ respond(Req *r, char *error)
r->error = error;
switch(r->ifcall.type){
default:
assert(0);
/*
* Flush is special. If the handler says so, we return
* without further processing. Respond will be called