diff options
-rw-r--r-- | source3/smbd/reply.c | 4 |
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, |