OSSP CVS Repository

ossp - Check-in [1264]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1264
Date: 2001-Nov-07 17:04:22 (local)
2001-Nov-07 16:04:22 (UTC)
User:rse
Branch:
Comment: do not re-init related links, because the parser else has no chance
Tickets:
Inspections:
Files:
ossp-pkg/l2/l2_channel.c      1.25 -> 1.26     0 inserted, 4 deleted

ossp-pkg/l2/l2_channel.c 1.25 -> 1.26

--- l2_channel.c 2001/11/07 11:37:18     1.25
+++ l2_channel.c 2001/11/07 16:04:22     1.26
@@ -146,8 +146,6 @@
         va_start(ap, ch);
         do {
             ch->parent  = ch0;
-            ch->sibling = NULL;
-            ch->child   = NULL;
             if (ch0->child == NULL)
                 ch0->child = ch;
             else {
@@ -167,8 +165,6 @@
         do {
             ch0->sibling = ch;
             ch->parent   = ch0->parent;
-            ch->sibling  = NULL;
-            ch->child    = NULL;
             ch0 = ch;
             ch = (l2_channel_t *)va_arg(ap, l2_channel_t *);
         } while (ch != NULL);

CVSTrac 2.0.1