From 11c5869a450d5f78a9395889ec03f77732cc8be5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 31 Aug 2003 03:16:52 +0000 Subject: I think I've finally got the ascii/unicode issues right in trans2 find first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb) --- source4/include/smb_interfaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include/smb_interfaces.h') diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 8a5819ff89..d087d2642e 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -151,7 +151,7 @@ union smb_rename { struct { uint16 attrib; uint16 flags; /* see RENAME_FLAG_* */ - uint32 unknown; + uint32 cluster_size; const char *old_name; const char *new_name; } in; -- cgit