From 495c3619071abc618bc1de06e44b2f994c8c4903 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 1 Jan 2007 21:37:02 +0000 Subject: 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) --- source3/smbd/reply.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/smbd') 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, -- cgit