OSSP CVS Repository

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

Check-in Number: 980
Date: 2001-Sep-13 14:50:26 (local)
2001-Sep-13 12:50:26 (UTC)
User:thl
Branch:
Comment: temporary bugfix
Tickets:
Inspections:
Files:
ossp-pkg/l2/l2_channel.c      1.17 -> 1.18     1 inserted, 1 deleted

ossp-pkg/l2/l2_channel.c 1.17 -> 1.18

--- l2_channel.c 2001/09/12 09:42:34     1.17
+++ l2_channel.c 2001/09/13 12:50:26     1.18
@@ -266,7 +266,7 @@
 {
     /* argument sanity check */
     if (ch == NULL)
-        return NULL;
+        return L2_CHANNEL_FILTER; /* FIXME */
 
     return ch->handler.type;
 }

CVSTrac 2.0.1