commit | ccb59b11047c71430eb55ed58eda94865bab20c8 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Wed Aug 25 09:10:37 2004 +0000 |
committer | hasso <hasso> | Wed Aug 25 09:10:37 2004 +0000 |
tree | c135d58534331ff4fd04223f512d317dbd4c8ed8 | |
parent | 3e0b3a56217dab13b26e7f7fd634e7450dde55e2 [diff] [blame] |
SVN revisions 935-940 merge from Zebra CVS.
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index 8eea002..6c8341f 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c
@@ -497,8 +497,9 @@ assert (copy->lock == 0); copy->birth = lsa->birth; - copy->installed = lsa->installed; copy->originated = lsa->originated; + copy->received = lsa->received; + copy->installed = lsa->installed; copy->lsdb = lsa->lsdb; return copy;