summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-06 18:57:27 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-07 19:16:27 +0200
commitd921200e75e90fbda2cf7ba7950ae71e09c50468 (patch)
treeaad59945d8c1ee941fc22d62c2b4865513467890 /source3/include/client.h
parentaf66c64e95183647bce39754089c591cbbdfbc50 (diff)
downloadsamba-d921200e75e90fbda2cf7ba7950ae71e09c50468.tar.gz
samba-d921200e75e90fbda2cf7ba7950ae71e09c50468.tar.bz2
samba-d921200e75e90fbda2cf7ba7950ae71e09c50468.zip
s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index a853e90af6..40040f4bdf 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -152,7 +152,7 @@ struct file_info {
struct timespec atime_ts;
struct timespec ctime_ts;
char *name;
- char short_name[13*3]; /* the *3 is to cope with multi-byte */
+ char *short_name;
};
#define CLI_FULL_CONNECTION_DONT_SPNEGO 0x0001