From 677d1bc487c345b899ed0e7ec2cd00a281051a50 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 20 Sep 2004 07:26:01 +0000 Subject: r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is pointless (This used to be commit 5fcad57128e47d4d6c0f387d5563d9de2fc08351) --- source4/ntvfs/simple/vfs_simple.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/ntvfs/simple') diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c index 11840c8980..34a9c27f34 100644 --- a/source4/ntvfs/simple/vfs_simple.c +++ b/source4/ntvfs/simple/vfs_simple.c @@ -203,7 +203,6 @@ static NTSTATUS svfs_map_fileinfo(struct smbsrv_request *req, union smb_fileinfo info->generic.out.num_eas = 0; info->generic.out.fname.s = talloc_strdup(req, short_name); info->generic.out.alt_fname.s = talloc_strdup(req, short_name); - info->generic.out.ex_attrib = 0; info->generic.out.compressed_size = 0; info->generic.out.format = 0; info->generic.out.unit_shift = 0; -- cgit