plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 9d4f8bfecc30b6699685068dd4344b40733efdd1
parent 63550fce0e1984590710f332abb46a4c73491ebd
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 14 Jul 2012 08:30:51 -0400

auth/factotum: fix flush (thanks Erik Quanstrom)

R=rsc
http://codereview.appspot.com/6402044

Diffstat:
Msrc/cmd/auth/factotum/fs.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/cmd/auth/factotum/fs.c b/src/cmd/auth/factotum/fs.c @@ -419,8 +419,9 @@ fswrite(Req *r) static void fsflush(Req *r) { - confirmflush(r); - logflush(r); + confirmflush(r->oldreq); + logflush(r->oldreq); + respond(r, nil); } static void