mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix syntax error (label with no statement).
This commit is contained in:
parent
5c7417c4d1
commit
c706ddb0fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue