From 4d4d545685fb503bb5d96501a500f8512ddf852e Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Wed, 25 Aug 2004 08:07:53 +0000 Subject: [PATCH] STABLE14-fix-too-many-close-parens-20040818 Noone seems to be using this code anyway, as it's been non-compilable for 2 years now. But indent noticed that we have too many close-parens in there, so might as well fix it... (cherry picked from commit 3fa71885aecae85a3ddadc04dd1fcbfaa2a7e8b0) --- src/afs/afs_server.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index fcc1f65460..4d7b38867f 100644 --- a/src/afs/afs_server.c +++ b/src/afs/afs_server.c @@ -1178,8 +1178,7 @@ afsi_SetServerIPRank(sa, ifa) #ifdef IFF_POINTTOPOINT /* check for case #4 -- point-to-point link */ if ((ifa->ia_ifp->if_flags & IFF_POINTOPOINT) - && (myDstaddr == serverAddr)) - ) { + && (myDstaddr == serverAddr)) { if (ifa->ia_ifp->if_metric >= (MAXDEFRANK - MED) / PPWEIGHT) t = MAXDEFRANK; else