From 58d31448e21d2f355a4b5f4c18fd7a142b446b33 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Nov 1996 03:50:51 +0000 Subject: Correct nesting. svn path=/trunk/; revision=542 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.c b/driver.c index 356a3edb..fa5b0cac 100644 --- a/driver.c +++ b/driver.c @@ -821,7 +821,7 @@ const struct method *proto; /* protocol method table */ { int toolarge = msgsizes && (msgsizes[num-1] > ctl->limit); int fetch_it = ctl->fetchall || - (!toolarge && (force_retrieval || !(protocol->is_old && (protocol->is_old)(sockfp,ctl,num))); + (!toolarge && (force_retrieval || !(protocol->is_old && (protocol->is_old)(sockfp,ctl,num)))); /* we may want to reject this message if it's old */ if (!fetch_it) -- cgit v1.2.3