1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00

r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is pointless

This commit is contained in:
Andrew Tridgell
2004-09-20 07:26:01 +00:00
committed by Gerald (Jerry) Carter
parent bb6bb2735e
commit 5fcad57128
2 changed files with 1 additions and 3 deletions

View File

@@ -354,7 +354,7 @@ union smb_fileinfo {
} in;
struct {
uint16_t attrib;
uint32_t attrib;
uint32_t ea_size;
uint_t num_eas;
struct ea_struct {
@@ -366,7 +366,6 @@ union smb_fileinfo {
NTTIME access_time;
NTTIME write_time;
NTTIME change_time;
uint32_t ex_attrib;
uint64_t alloc_size;
uint64_t size;
uint32_t nlink;