diff options
-rw-r--r-- | driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } /* |