From fcdda8f44372b567b866b0eee90c7a9444f7f96c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 30 Jul 2010 16:18:51 +0200 Subject: s3: Remove "cli" from "struct finfo" --- source3/libsmb/clilist.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clilist.c b/source3/libsmb/clilist.c index 3af1b0dcc0..551c0f278d 100644 --- a/source3/libsmb/clilist.c +++ b/source3/libsmb/clilist.c @@ -62,7 +62,6 @@ static size_t interpret_long_filename(TALLOC_CTX *ctx, *p_resume_key = 0; } ZERO_STRUCTP(finfo); - finfo->cli = cli; switch (level) { case SMB_FIND_INFO_STANDARD: /* OS/2 understands this */ @@ -508,7 +507,6 @@ static bool interpret_short_filename(TALLOC_CTX *ctx, size_t ret; ZERO_STRUCTP(finfo); - finfo->cli = cli; finfo->mode = CVAL(p,21); /* this date is converted to GMT by make_unix_date */ -- cgit