summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-01 21:37:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:51 -0500
commit495c3619071abc618bc1de06e44b2f994c8c4903 (patch)
tree9ab879c4e08906c89a0146bc07f1921805bc0b4a /source3/smbd
parent92d02f7afe439a51f5a2eab3e1db8d628c170a6c (diff)
downloadsamba-495c3619071abc618bc1de06e44b2f994c8c4903.tar.gz
samba-495c3619071abc618bc1de06e44b2f994c8c4903.tar.bz2
samba-495c3619071abc618bc1de06e44b2f994c8c4903.zip
r20454: Get rid of a bogus variable that was only assigned but never read.
Jeremy, please check this. Thanks, Volker (This used to be commit 2becbb9e5f7d1b04962178e6f0c97c3ccf2b0f88)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index ee930f20fb..e29ecab8ba 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -3316,10 +3316,6 @@ int reply_close(connection_struct *conn, char *inbuf,char *outbuf, int size,
* 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,