--- embedaddon/pimdd/config.c 2017/06/12 07:58:55 1.1.1.1 +++ embedaddon/pimdd/config.c 2017/06/14 09:28:09 1.1.1.1.2.1 @@ -34,7 +34,7 @@ * Questions concerning this software should be directed to * Pavlin Ivanov Radoslavov (pavlin@catarina.usc.edu) * - * $Id: config.c,v 1.1.1.1 2017/06/12 07:58:55 misho Exp $ + * $Id: config.c,v 1.1.1.1.2.1 2017/06/14 09:28:09 misho Exp $ */ /* * Part of this program has been derived from mrouted. @@ -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; }