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...
This commit is contained in:
Nickolai Zeldovich 2004-08-19 02:34:47 +00:00
parent 5ca50c575a
commit 3fa71885ae

View 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