svn commit: samba r4160 - in branches/SAMBA_4_0/source/ntvfs/ipc: .

tridge at samba.org tridge at samba.org
Sun Dec 12 08:33:08 GMT 2004


Author: tridge
Date: 2004-12-12 08:33:08 +0000 (Sun, 12 Dec 2004)
New Revision: 4160

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

Log:
fixed the file_type in ntcreatex reply on a named pipe. NT4 requires this to be right.



Modified:
   branches/SAMBA_4_0/source/ntvfs/ipc/vfs_ipc.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/ipc/vfs_ipc.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/ipc/vfs_ipc.c	2004-12-12 07:22:59 UTC (rev 4159)
+++ branches/SAMBA_4_0/source/ntvfs/ipc/vfs_ipc.c	2004-12-12 08:33:08 UTC (rev 4160)
@@ -267,6 +267,7 @@
 	ZERO_STRUCT(oi->ntcreatex.out);
 	oi->ntcreatex.out.fnum = p->fnum;
 	oi->ntcreatex.out.ipc_state = p->ipc_state;
+	oi->ntcreatex.out.file_type = FILE_TYPE_MESSAGE_MODE_PIPE;
 
 	return status;
 }



More information about the samba-cvs mailing list