On Fri, Mar 07, 2008 at 05:02:00PM +0100, Dragan Krnic wrote: > Volker, can you please look at it and see if you can suggest a fix?
Can you try the attached patch? This fixes it for me. Volker
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 0d9dac3..59d29e7 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -2330,6 +2330,7 @@ cBytesSector=%u, cUnitTotal=%u, cUnitAvail=%d\n",
(unsigned int)st.st_dev, (unsi
SIVAL(pdata,0,FILE_CASE_PRESERVED_NAMES|FILE_CASE_SENSITIVE_SEARCH|
(lp_nt_acl_support(SNUM(conn)) ?
FILE_PERSISTENT_ACLS : 0)|
+ FILE_UNICODE_ON_DISK|
quota_flag); /* FS ATTRIBUTES */
SIVAL(pdata,4,255); /* Max filename component length */
pgptyvz75RA03.pgp
Description: PGP signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
