mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
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:
parent
5ca50c575a
commit
3fa71885ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user