From 684635a1c8f5e2e1db6b7888358a3799ac2f08a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 26 Sep 1997 09:30:32 +0000 Subject: Message cleanup. svn path=/trunk/; revision=1419 --- driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/driver.c b/driver.c index 181e9f4c..8b3b0bb9 100644 --- a/driver.c +++ b/driver.c @@ -1741,14 +1741,14 @@ const struct method *proto; /* protocol method table */ } } - /* check to see if the numbers matched? */ - if (msgsizes && msglen != msgsizes[num-1]) - error(0, 0, "size of message %d (%d) was not what was expected (%d)", num, msglen, msgsizes[num-1]); - /* end-of-message processing starts here */ if (outlevel == O_VERBOSE) fputc('\n', stderr); + /* check to see if the numbers matched? */ + if (msgsizes && msglen != msgsizes[num-1]) + error(0, 0, "size of message %d (%d) was not what was expected (%d)", num, msglen, msgsizes[num-1]); + if (ctl->mda) { int rc; -- cgit v1.2.3