Index: ossp-pkg/fsl/README RCS File: /v/ossp/cvs/ossp-pkg/fsl/README,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/fsl/README,v' 2>/dev/null --- README 2002/09/07 20:12:49 1.23 +++ README 2002/10/21 12:51:23 1.24 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |_| |___/_| OSSP fsl - Faking/Flexible Syslog Library - Version 1.0.3 (07-Sep-2002) + Version 1.0.4 (21-Oct-2002) ABSTRACT Index: ossp-pkg/fsl/fsl.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl.c,v rcsdiff -q -kk '-r1.51' '-r1.52' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl.c,v' 2>/dev/null --- fsl.c 2002/10/21 12:45:55 1.51 +++ fsl.c 2002/10/21 12:51:23 1.52 @@ -798,7 +798,7 @@ free(cpISF); if (cpIdent != NULL) free(cpIdent); -#if 0 /* FIXME */ +#if 1 /* 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); } Index: ossp-pkg/fsl/fsl_version.c RCS File: /v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/fsl/fsl_version.c,v' 2>/dev/null --- fsl_version.c 2002/09/07 20:12:49 1.8 +++ fsl_version.c 2002/10/21 12:51:23 1.9 @@ -8,7 +8,7 @@ #ifndef _FSL_VERSION_C_ #define _FSL_VERSION_C_ -#define FSL_VERSION 0x100203 +#define FSL_VERSION 0x100204 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _FSL_VERSION_C_AS_HEADER_ fsl_version_t fsl_version = { - 0x100203, - "1.0.3", - "1.0.3 (07-Sep-2002)", - "This is OSSP fsl, Version 1.0.3 (07-Sep-2002)", - "OSSP fsl 1.0.3 (07-Sep-2002)", - "OSSP fsl/1.0.3", - "@(#)OSSP fsl 1.0.3 (07-Sep-2002)", + 0x100204, + "1.0.4", + "1.0.4 (21-Oct-2002)", + "This is OSSP fsl, Version 1.0.4 (21-Oct-2002)", + "OSSP fsl 1.0.4 (21-Oct-2002)", + "OSSP fsl/1.0.4", + "@(#)OSSP fsl 1.0.4 (21-Oct-2002)", "$Id$" };