svn commit: samba r2434 - in branches/SAMBA_4_0/source: include ntvfs/simple

tridge at samba.org tridge at samba.org
Mon Sep 20 07:26:03 GMT 2004


Author: tridge
Date: 2004-09-20 07:26:01 +0000 (Mon, 20 Sep 2004)
New Revision: 2434

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=2434&nolog=1

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



Modified:
   branches/SAMBA_4_0/source/include/smb_interfaces.h
   branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c


Changeset:
Modified: branches/SAMBA_4_0/source/include/smb_interfaces.h
===================================================================
--- branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-09-20 07:25:06 UTC (rev 2433)
+++ branches/SAMBA_4_0/source/include/smb_interfaces.h	2004-09-20 07:26:01 UTC (rev 2434)
@@ -354,7 +354,7 @@
 		} in;
 		
 		struct {
-			uint16_t attrib;
+			uint32_t attrib;
 			uint32_t ea_size;
 			uint_t num_eas;
 			struct ea_struct {
@@ -366,7 +366,6 @@
 			NTTIME access_time;
 			NTTIME write_time;
 			NTTIME change_time;
-			uint32_t ex_attrib;	
 			uint64_t alloc_size;
 			uint64_t size;
 			uint32_t nlink;

Modified: branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c	2004-09-20 07:25:06 UTC (rev 2433)
+++ branches/SAMBA_4_0/source/ntvfs/simple/vfs_simple.c	2004-09-20 07:26:01 UTC (rev 2434)
@@ -203,7 +203,6 @@
 	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;



More information about the samba-cvs mailing list