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)
|
|