This commit is contained in:
Russ Cox 2009-07-08 21:43:14 -07:00
commit 9b4a2324d3
13 changed files with 1140 additions and 7 deletions

View file

@ -794,6 +794,9 @@ respond(Req *r, char *error)
if(r->error)
setfcallerror(&r->ofcall, r->error);
if(srv->fake)
return;
if(chatty9p)
fprint(2, "-%d-> %F\n", srv->outfd, &r->ofcall);