svn commit: samba r20490 - in branches/SAMBA_3_0_24/source/smbd: .

jra at samba.org jra at samba.org
Tue Jan 2 23:51:02 GMT 2007


Author: jra
Date: 2007-01-02 23:51:00 +0000 (Tue, 02 Jan 2007)
New Revision: 20490

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

Log:
Janitor for Volker - 
"Get rid of a bogus variable that was only assigned but never read."
Was used but is not now.
Jeremy.

Modified:
   branches/SAMBA_3_0_24/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0_24/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0_24/source/smbd/reply.c	2007-01-02 22:14:26 UTC (rev 20489)
+++ branches/SAMBA_3_0_24/source/smbd/reply.c	2007-01-02 23:51:00 UTC (rev 20490)
@@ -3296,11 +3296,7 @@
 		 * Close ordinary file.
 		 */
 		int close_err;
-		pstring file_name;
 
-		/* Save the name for time set in close. */
-		pstrcpy( file_name, fsp->fsp_name);
-
 		DEBUG(3,("close fd=%d fnum=%d (numopen=%d)\n",
 			 fsp->fh->fd, fsp->fnum,
 			 conn->num_files_open));



More information about the samba-cvs mailing list