diff options
author | Jeremy Allison <jra@samba.org> | 2012-07-23 13:30:46 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-24 00:09:46 +0200 |
commit | 61cec270c269c3a9025bf5303247ec6a1b416284 (patch) | |
tree | f96a81b3ec6a79ff7244fca5b4360fe126b4e909 /source3 | |
parent | e5a3218b0ee3a1ac55a1f44fa1c939b2d51002e2 (diff) | |
download | samba-61cec270c269c3a9025bf5303247ec6a1b416284.tar.gz samba-61cec270c269c3a9025bf5303247ec6a1b416284.tar.bz2 samba-61cec270c269c3a9025bf5303247ec6a1b416284.zip |
Fix unused variable.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/close.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c index 3c5b6d74eb..d4b9ad0223 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -708,7 +708,6 @@ static NTSTATUS close_normal_file(struct smb_request *req, files_struct *fsp, connection_struct *conn = fsp->conn; if (fsp->num_aio_requests != 0) { - char *str; /* * reply_close and the smb2 close must have taken care of * this. No other callers of close_file should ever have |