From: Nickolai Zeldovich Date: Wed, 25 Aug 2004 08:07:53 +0000 (+0000) Subject: STABLE14-fix-too-many-close-parens-20040818 X-Git-Tag: openafs-devel-1_3_71~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4d4d545685fb503bb5d96501a500f8512ddf852e;p=packages%2Fo%2Fopenafs.git 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) --- diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index fcc1f6546..4d7b38867 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