Fix syntax error (label with no statement).

This commit is contained in:
wollman 2002-05-30 21:49:15 +00:00
parent b865e88662
commit 3e12cfaecf

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;