Check-in Number:
|
2799 | |
Date: |
2002-Nov-09 15:49:05 (local)
2002-Nov-09 14:49:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
who said that cfg_destroy() now works? We've to reinvestigate... |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/fsl.c 1.52 -> 1.53
--- fsl.c 2002/10/21 12:51:23 1.52
+++ fsl.c 2002/11/09 14:49:05 1.53
@@ -798,7 +798,7 @@
free(cpISF);
if (cpIdent != NULL)
free(cpIdent);
-#if 1 /* FIXME */
+#if 0 /* FIXME */
if (cfg != NULL)
if ((cfgrv = cfg_destroy(cfg)) != CFG_OK) {
(void)cfg_error(cfg, cfgrv, &cp); fsldebug(L2_LEVEL_ERROR, "openlog: cfg_destroy() failed with error %s (%d)", cp, cfgrv); CU(1); }
|
|