summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted/input.c')
-rw-r--r--usr.sbin/IPXrouted/input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/IPXrouted/input.c b/usr.sbin/IPXrouted/input.c
index 0c653bb..02dcfe9 100644
--- a/usr.sbin/IPXrouted/input.c
+++ b/usr.sbin/IPXrouted/input.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: input.c,v 1.1 1995/10/26 21:28:16 julian Exp $
+ * $Id: input.c,v 1.2 1995/11/13 21:01:30 julian Exp $
*/
#ifndef lint
@@ -250,6 +250,7 @@ rip_input(from, size)
trt->rt_timer = 0;
break;
}
+ trt = trt->rt_clone;
}
if (trt == NULL) {
rtadd_clone(rt, sa, from,
OpenPOWER on IntegriCloud