From: Nickolai Zeldovich Date: Thu, 19 Aug 2004 02:34:47 +0000 (+0000) Subject: fix-too-many-close-parens-20040818 X-Git-Tag: BP-disconnected~273 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=3fa71885aecae85a3ddadc04dd1fcbfaa2a7e8b0 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... --- diff --git a/src/afs/afs_server.c b/src/afs/afs_server.c index fcc1f65..4d7b388 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