svn commit: samba r20264 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_24/source/smbd

vlendec at samba.org vlendec at samba.org
Tue Dec 19 22:13:11 GMT 2006


Author: vlendec
Date: 2006-12-19 22:13:10 +0000 (Tue, 19 Dec 2006)
New Revision: 20264

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

Log:
Two lines above this we just checked if (fsp->is_directory) ... 
Modified:
   branches/SAMBA_3_0/source/smbd/reply.c
   branches/SAMBA_3_0_24/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c	2006-12-19 21:35:32 UTC (rev 20263)
+++ branches/SAMBA_3_0/source/smbd/reply.c	2006-12-19 22:13:10 UTC (rev 20264)
@@ -3289,7 +3289,7 @@
 		/*
 		 * Special case - close NT SMB directory handle.
 		 */
-		DEBUG(3,("close %s fnum=%d\n", fsp->is_directory ? "directory" : "stat file open", fsp->fnum));
+		DEBUG(3,("close directory fnum=%d\n", fsp->fnum));
 		close_file(fsp,NORMAL_CLOSE);
 	} else {
 		/*

Modified: branches/SAMBA_3_0_24/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0_24/source/smbd/reply.c	2006-12-19 21:35:32 UTC (rev 20263)
+++ branches/SAMBA_3_0_24/source/smbd/reply.c	2006-12-19 22:13:10 UTC (rev 20264)
@@ -3289,7 +3289,7 @@
 		/*
 		 * Special case - close NT SMB directory handle.
 		 */
-		DEBUG(3,("close %s fnum=%d\n", fsp->is_directory ? "directory" : "stat file open", fsp->fnum));
+		DEBUG(3,("close directory fnum=%d\n", fsp->fnum));
 		close_file(fsp,NORMAL_CLOSE);
 	} else {
 		/*



More information about the samba-cvs mailing list