]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-fix-too-many-close-parens-20040818
authorNickolai Zeldovich <kolya@mit.edu>
Wed, 25 Aug 2004 08:07:53 +0000 (08:07 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 25 Aug 2004 08:07:53 +0000 (08:07 +0000)
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

index fcc1f6546096dc0491b3d95beb552a9ea4c9a973..4d7b38867f0470421b1f3fdb653fd754b643ed1a 100644 (file)
@@ -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