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

Pierre Belanger pbelang1 at oss.cantel.rogers.com
Mon Apr 29 03:35:02 GMT 2002


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 /connections.tdb

I am not even sure if the "status file" = "connections.tdb",
I guess it does... does it? ;)

Pierre B.




More information about the samba mailing list