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

cinap_lenrek 2011-07-09 13:11:59 +02:00
parent 6f033761e0
commit d1dcdf2df3
1 changed files with 0 additions and 2 deletions

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