summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-05-30 21:49:15 +0000
committerwollman <wollman@FreeBSD.org>2002-05-30 21:49:15 +0000
commit3e12cfaecf6a68e2d35b1fd28fda04e933b51e3b (patch)
tree053379dceb3159bce6c276bd63a12328cef2f9ce /usr.sbin/IPXrouted
parentb865e88662809fb575f4bd059e28301383661589 (diff)
downloadFreeBSD-src-3e12cfaecf6a68e2d35b1fd28fda04e933b51e3b.zip
FreeBSD-src-3e12cfaecf6a68e2d35b1fd28fda04e933b51e3b.tar.gz
Fix syntax error (label with no statement).
Diffstat (limited to 'usr.sbin/IPXrouted')
-rw-r--r--usr.sbin/IPXrouted/sap_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/IPXrouted/sap_output.c b/usr.sbin/IPXrouted/sap_output.c
index 15452c8..d1f1a28 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;
OpenPOWER on IntegriCloud