svn commit: samba r16457 - in branches/SAMBA_4_0/source/smb_server: .

metze at samba.org metze at samba.org
Thu Jun 22 07:59:42 GMT 2006


Author: metze
Date: 2006-06-22 07:59:42 +0000 (Thu, 22 Jun 2006)
New Revision: 16457

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

Log:
fix typo

metze
Modified:
   branches/SAMBA_4_0/source/smb_server/blob.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/blob.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/blob.c	2006-06-22 07:36:00 UTC (rev 16456)
+++ branches/SAMBA_4_0/source/smb_server/blob.c	2006-06-22 07:59:42 UTC (rev 16457)
@@ -473,7 +473,7 @@
 		SBVAL(blob->data,	0x50, st->all_info2.out.position);
 		SBVAL(blob->data,	0x58, st->all_info2.out.mode);
 		BLOB_CHECK(smbsrv_blob_append_string(mem_ctx, blob,
-						     st->all_info.out.fname.s,
+						     st->all_info2.out.fname.s,
 						     0x60, default_str_flags,
 						     STR_UNICODE));
 		return NT_STATUS_OK;



More information about the samba-cvs mailing list