leak of some sort in smbcacls

2002-12-15 Thread Ronan Waide
Hi, just spotted this while leafing through the CVS tree (some code elided for clarity) source/utils/smbcacls.c static int cacl_dump(struct cli_state *cli, char *filename) { [-] fnum = cli_nt_create(cli, filename, CREATE_ACCESS_READ); [-] if (!sd) { printf(ERROR: secdesc query

Re: leak of some sort in smbcacls

2002-12-15 Thread Tim Potter
On Sun, Dec 15, 2002 at 10:06:19PM +, Ronan Waide wrote: just spotted this while leafing through the CVS tree (some code elided for clarity) Thanks - I've committed a fix for this. Tim.