svn commit: samba r8204 - in trunk/source/smbd: .

gd at samba.org gd at samba.org
Thu Jul 7 12:02:14 GMT 2005


Author: gd
Date: 2005-07-07 12:02:13 +0000 (Thu, 07 Jul 2005)
New Revision: 8204

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

Log:
fix the build

Guenther

Modified:
   trunk/source/smbd/trans2.c


Changeset:
Modified: trunk/source/smbd/trans2.c
===================================================================
--- trunk/source/smbd/trans2.c	2005-07-07 11:16:25 UTC (rev 8203)
+++ trunk/source/smbd/trans2.c	2005-07-07 12:02:13 UTC (rev 8204)
@@ -2346,7 +2346,7 @@
 			
 			fsp.conn = conn;
 			fsp.fnum = -1;
-			fsp.fd = -1;
+			fsp.fh->fd = -1;
 			
 			/* access check */
 			if (current_user.uid != 0) {



More information about the samba-cvs mailing list