diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-30 16:18:51 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-30 17:01:33 +0200 |
commit | fcdda8f44372b567b866b0eee90c7a9444f7f96c (patch) | |
tree | 25a56383725910c794493ecbcba937b5432cee01 /source3/libsmb | |
parent | a6e1fa23adaa31579366ec3445949cbde0520ac5 (diff) | |
download | samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.gz samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.bz2 samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.zip |
s3: Remove "cli" from "struct finfo"
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clilist.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |