Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/smbd/reply.c

    r105 r124  
    51715171                        status = check_name(conn, fname);
    51725172                        if (!NT_STATUS_IS_OK(status)) {
     5173                                CloseDir(dir_hnd);
    51735174                                return ERROR_NT(status);
    51745175                        }
     
    51765177                        status = check_name(conn, destname);
    51775178                        if (!NT_STATUS_IS_OK(status)) {
     5179                                CloseDir(dir_hnd);
    51785180                                return ERROR_NT(status);
    51795181                        }
Note: See TracChangeset for help on using the changeset viewer.