svn commit: samba r16724 - in branches/SAMBA_4_0/source/ntvfs/posix: .

metze at samba.org metze at samba.org
Sat Jul 1 07:47:50 GMT 2006


Author: metze
Date: 2006-07-01 07:47:49 +0000 (Sat, 01 Jul 2006)
New Revision: 16724

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16724

Log:
fix typo...

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_qfileinfo.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_qfileinfo.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_qfileinfo.c	2006-07-01 07:38:26 UTC (rev 16723)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_qfileinfo.c	2006-07-01 07:47:49 UTC (rev 16724)
@@ -409,8 +409,8 @@
 
 	case RAW_FILEINFO_SMB2_ALL_INFORMATION:
 		if (pvfs_delete_on_close_set(pvfs, h, NULL, NULL)) {
-			info->all_info.out.delete_pending = 1;
-			info->all_info.out.nlink--;
+			info->all_info2.out.delete_pending = 1;
+			info->all_info2.out.nlink--;
 		}
 		info->all_info2.out.position	= h->position;
 		info->all_info2.out.access_mask	= f->access_mask;



More information about the samba-cvs mailing list