From d0dd4abf6bfd0f60e632c9261fdd6399764264e9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 28 Oct 1996 04:43:37 +0000 Subject: Better optimization. svn path=/trunk/; revision=407 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver.c b/driver.c index e0cc56db..f5cb2b26 100644 --- a/driver.c +++ b/driver.c @@ -925,12 +925,12 @@ const struct method *proto; /* protocol method table */ len, protocol->delimited, ctl); + if (ok != 0) + goto cleanUp; /* tell the server we got it OK and resynchronize */ if (protocol->trail) (protocol->trail)(socket, ctl, num); - if (ok != 0) - goto cleanUp; } /* -- cgit v1.2.3