Some systems seem to only accept a ntcreate&x with a unicode filename
authorTim Potter <tpot@samba.org>
Thu, 21 Dec 2000 05:28:39 +0000 (05:28 +0000)
committerTim Potter <tpot@samba.org>
Thu, 21 Dec 2000 05:28:39 +0000 (05:28 +0000)
commit855bcea38e1c6264dced36c85fa949210f9c37a4
treea1eed53e783379420ca825b4b4760e24ed49dfc8
parent8fd4d9fab4195dcfcd13c455c3c2da665cbe8533
Some systems seem to only accept a ntcreate&x with a unicode filename
despite samba negotiating ascii filenames.  Retry with unicode pathnames
if the ascii version fails.

Convert all forward slashes to backslashes in the filename argument.
(This used to be commit 935b77573ec82bece6211a9f61c800ef1c8c9aa4)
source3/utils/smbcacls.c