Fix syntax error (label with no statement).

This commit is contained in:
Garrett Wollman 2002-05-30 21:49:15 +00:00
parent 5c7417c4d1
commit c706ddb0fc

View file

@ -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;