Check-in Number:
|
2803 | |
Date: |
2002-Nov-09 19:25:21 (local)
2002-Nov-09 18:25:21 (UTC) |
User: | rse |
Branch: | |
Comment: |
cfg_destroy now works |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/fsl.c 1.53 -> 1.54
--- fsl.c 2002/11/09 14:49:05 1.53
+++ fsl.c 2002/11/09 18:25:21 1.54
@@ -798,11 +798,9 @@
free(cpISF);
if (cpIdent != NULL)
free(cpIdent);
-#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); }
-#endif
if (buf.base != NULL)
free(buf.base);
if (rc != 0)
|
|