mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
20 lines
520 B
C
20 lines
520 B
C
--- config.c.orig 1999-11-30 17:58:53 UTC
|
|
+++ config.c
|
|
@@ -343,7 +343,7 @@ parse_phyint(s)
|
|
v->uv_local_pref = n;
|
|
}
|
|
|
|
- else if(EQUAL(w, "metric"))
|
|
+ else if(EQUAL(w, "metric")) {
|
|
if(EQUAL((w = next_word(&s)), ""))
|
|
log(LOG_WARNING, 0,
|
|
"Missing metric for phyint %s in %s",
|
|
@@ -361,7 +361,7 @@ parse_phyint(s)
|
|
inet_fmt(local, s1), n);
|
|
v->uv_local_metric = n;
|
|
}
|
|
-
|
|
+ }
|
|
} /* if not empty */
|
|
break;
|
|
}
|