summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-05-30 21:49:15 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-05-30 21:49:15 +0000
commitc706ddb0fc732639ee77e15e79a3f3fdab34e899 (patch)
tree053379dceb3159bce6c276bd63a12328cef2f9ce
parent5c7417c4d180ceceb761c9ceec64ede9d88f53b1 (diff)
Notes
-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 15452c8977d06..d1f1a28d41929 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;