OSSP CVS Repository

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

Check-in Number: 2360
Date: 2002-Jul-25 17:02:13 (local)
2002-Jul-25 15:02:13 (UTC)
User:thl
Branch:
Comment: we do not need this but it might break the timer function of the buffer channel
Tickets:
Inspections:
Files:
ossp-pkg/fsl/fsl.c      1.26 -> 1.27     0 inserted, 2 deleted

ossp-pkg/fsl/fsl.c 1.26 -> 1.27

--- fsl.c        2002/07/25 15:00:29     1.26
+++ fsl.c        2002/07/25 15:02:13     1.27
@@ -382,8 +382,6 @@
         cp = l2_env_strerror(ctx.l2_env, l2rv); fsldebug(L2_LEVEL_ERROR, "logging failed to register string formatter %s(%d)\n", cp, l2rv); CU(1); }
     if ((l2rv = l2_env_formatter(ctx.l2_env, 'm', l2_util_fmt_errno, NULL)) != L2_OK) {
         cp = l2_env_strerror(ctx.l2_env, l2rv); fsldebug(L2_LEVEL_ERROR, "logging failed to register errno formatter %s(%d)\n", cp, l2rv); CU(1); }
-    if ((l2rv = l2_env_settimer(ctx.l2_env, 20)) != L2_OK) { /*FIXME do we need this?*/
-        cp = l2_env_strerror(ctx.l2_env, l2rv); fsldebug(L2_LEVEL_ERROR, "failed to configure timer %s(%d)\n", cp, l2rv); CU(1); }
     if ((l2rv = l2_channel_create(&ctx.l2_nch, ctx.l2_env, "noop")) != L2_OK) {
         cp = l2_env_strerror(ctx.l2_env, l2rv); fsldebug(L2_LEVEL_ERROR, "logging failed to create noop channel; %s(%d)\n", cp, l2rv); CU(1); }
 

CVSTrac 2.0.1