OSSP CVS Repository

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

Check-in Number: 2468
Date: 2002-Aug-01 17:16:25 (local)
2002-Aug-01 15:16:25 (UTC)
User:ms
Branch:
Comment: Okay okay, unfortunately it doesn't segfault anymore. I can put back in the original code, but I still think there's a rc_ex problem.
Tickets:
Inspections:
Files:
ossp-pkg/rc/rc_proc.c      1.14 -> 1.15     1 inserted, 3 deleted

ossp-pkg/rc/rc_proc.c 1.14 -> 1.15

--- rc_proc.c    2002/07/30 16:36:41     1.14
+++ rc_proc.c    2002/08/01 15:16:25     1.15
@@ -213,9 +213,7 @@
         scriptDump(pRc->m_pScript);
 
     else                                 /* Something is wrong here */
-        fprintf(stderr, "Error: Placeholder, until problem with ex_ is fixed.\n");
-/* FIXME!!: Ralf, following segfaults in ex */
-/*        return(RC_THROW(RC_ERR_INT));*/
+        return(RC_THROW(RC_ERR_INT));
 
     return(RC_THROW(RC_OK));
 }

CVSTrac 2.0.1