On Mon, 29 Apr 2002, Pierre Belanger wrote:
> FYI,
>
> Non-initialized variable "fname" in file
>
> source/utils/status.c
>
> line 649
>
> printf("Opened status file %s\n", fname);
>
> I changed the line to:
>
> printf("Opened status file %s\n", lock_path("connections.tdb"));
>
> But
FYI,
Non-initialized variable "fname" in file
source/utils/status.c
line 649
printf("Opened status file %s\n", fname);
I changed the line to:
printf("Opened status file %s\n", lock_path("connections.tdb"));
But I don't think that's right cuz it outputs:
Opened status file /connecti