From 531ea803d0cfe84f98a3881d0218197c2a19f707 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Mar 1999 17:40:20 +0000 Subject: Comment fix. svn path=/trunk/; revision=2403 --- driver.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/driver.c b/driver.c index 41b0b91d..3dc515c9 100644 --- a/driver.c +++ b/driver.c @@ -1807,7 +1807,10 @@ const struct method *proto; /* protocol method table */ continue; } - /* we may want to reject this message if it's old */ + /* + * We may want to reject this message if it's old + * or oversized, and we're not forcing retrieval. + */ if (!fetch_it) { if (outlevel > O_SILENT) -- cgit v1.2.3