OSSP CVS Repository

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

Check-in Number: 2085
Date: 2002-Apr-18 16:27:41 (local)
2002-Apr-18 14:27:41 (UTC)
User:thl
Branch:
Comment: remove debug stuff
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/lmtp2nntp_l2.c      1.2 -> 1.3     0 inserted, 6 deleted

ossp-pkg/lmtp2nntp/lmtp2nntp_l2.c 1.2 -> 1.3

--- lmtp2nntp_l2.c       2002/03/13 16:22:09     1.2
+++ lmtp2nntp_l2.c       2002/04/18 14:27:41     1.3
@@ -85,16 +85,10 @@
     if (cfg->var == NULL)
         return L2_ERR_ARG;
 
-/*FIXME for safety until (l2?) bug causing overlapping output is found
-fprintf(stderr, "FIXME buf=***%s***(%d)\n", buf, buf_size);
-*/
     /* expand variables */
     if ((var_rc = var_expand(cfg->var, buf, buf_size, &buf2, &buf2_size, FALSE)) != VAR_OK) {
         return L2_ERR_USE;
     }
-/*FIXME for safety until (l2?) bug causing overlapping output is found
-fprintf(stderr, "FIXME buf2=***%s***(%d)\n", buf2, buf2_size);
-*/
 
     /* push data downstream */
     downstream = NULL;

CVSTrac 2.0.1