From d921200e75e90fbda2cf7ba7950ae71e09c50468 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Jul 2011 18:57:27 +0200 Subject: s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename() metze --- source3/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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 -- cgit