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/include | |
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/include')
-rw-r--r-- | source3/include/client.h | 1 |
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; |