Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/close.c

    r137 r228  
    107107{
    108108        NTSTATUS status = NT_STATUS_OK;
    109         connection_struct *conn = fsp->conn;
    110    
     109
    111110        if (fsp->fh->fd != -1) {
    112111                if(flush_write_cache(fsp, CLOSE_FLUSH) == -1) {
     
    116115        }
    117116
    118         conn->num_files_open--;
    119117        return status;
    120 }   
     118}
    121119
    122120/****************************************************************************
     
    583581        DEBUG(2,("%s closed file %s (numopen=%d) %s\n",
    584582                conn->user,fsp->fsp_name,
    585                 conn->num_files_open,
     583                conn->num_files_open - 1,
    586584                nt_errstr(status) ));
    587585
Note: See TracChangeset for help on using the changeset viewer.