summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-30 16:18:51 +0200
committerVolker Lendecke <vl@samba.org>2010-07-30 17:01:33 +0200
commitfcdda8f44372b567b866b0eee90c7a9444f7f96c (patch)
tree25a56383725910c794493ecbcba937b5432cee01 /source3/include
parenta6e1fa23adaa31579366ec3445949cbde0520ac5 (diff)
downloadsamba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.gz
samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.bz2
samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.zip
s3: Remove "cli" from "struct finfo"
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index c73d0b41a5..505f7e4d3c 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -274,7 +274,6 @@ struct cli_state {
};
struct file_info {
- struct cli_state *cli;
uint64_t size;
uint16 mode;
uid_t uid;