summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-06 17:16:33 -0800
committerJeremy Allison <jra@samba.org>2007-12-06 17:16:33 -0800
commit1b92ea5559bfa00016103508feac9a06ea4b66ae (patch)
treec11509a3fc07e7c828e1b40e4259f80d1fc0bf2e /source3/include/client.h
parent9bd35ef153ef4b7f892dcf9e69c2232b940a9e18 (diff)
downloadsamba-1b92ea5559bfa00016103508feac9a06ea4b66ae.tar.gz
samba-1b92ea5559bfa00016103508feac9a06ea4b66ae.tar.bz2
samba-1b92ea5559bfa00016103508feac9a06ea4b66ae.zip
Remove pstrings from client/client.c by doing a large rewrite.
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index c601e1a91c..0047b2bf23 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -142,7 +142,7 @@ struct cli_state {
smb_sign_info sign_info;
- /* the session key for this CLI, outside
+ /* the session key for this CLI, outside
any per-pipe authenticaion */
DATA_BLOB user_session_key;
@@ -173,8 +173,7 @@ typedef struct file_info {
struct timespec mtime_ts;
struct timespec atime_ts;
struct timespec ctime_ts;
- char name[1024];
- char dir[1024]; /* Should use allocated PATH_MAX here.... */
+ char *name;
char short_name[13*3]; /* the *3 is to cope with multi-byte */
} file_info;