Re: [Samba] Glitch in source/utils/status.c (2.2.3a & 2.2.4-pre)

2002-05-06 Thread Gerald Carter
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

[Samba] Glitch in source/utils/status.c (2.2.3a & 2.2.4-pre)

2002-04-29 Thread Pierre Belanger
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