diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c index 15452c8977d..d1f1a28d419 100644 --- a/usr.sbin/IPXrouted/sap_output.c +++ b/usr.sbin/IPXrouted/sap_output.c @@ -187,6 +187,7 @@ sap_supply(dst, flags, ifp, ServType, changesonly) n->hops = htons(metric); n++; next: + ; } if (n != sap_msg->sap) { size = (char *)n - (char *)sap_msg;