summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/sap_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted/sap_input.c')
-rw-r--r--usr.sbin/IPXrouted/sap_input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/IPXrouted/sap_input.c b/usr.sbin/IPXrouted/sap_input.c
index 44b6290..2ca15e8 100644
--- a/usr.sbin/IPXrouted/sap_input.c
+++ b/usr.sbin/IPXrouted/sap_input.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sap_input.c,v 1.6 1995/10/11 18:57:27 jhay Exp $
+ * $Id: sap_input.c,v 1.1 1995/10/26 21:28:23 julian Exp $
*/
/*
@@ -160,6 +160,7 @@ sap_input(from, size)
tsap->timer = 0;
break;
}
+ tsap = tsap->clone;
}
if (tsap == NULL) {
sap_add_clone(sap, n, from);
OpenPOWER on IntegriCloud