diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:49:15 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:49:15 +0000 |
commit | c706ddb0fc732639ee77e15e79a3f3fdab34e899 (patch) | |
tree | 053379dceb3159bce6c276bd63a12328cef2f9ce | |
parent | 5c7417c4d180ceceb761c9ceec64ede9d88f53b1 (diff) |
Notes
-rw-r--r-- | usr.sbin/IPXrouted/sap_output.c | 1 |
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; |