Changeset 124 for branches/samba-3.0/source/smbd/reply.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/reply.c
r105 r124 5171 5171 status = check_name(conn, fname); 5172 5172 if (!NT_STATUS_IS_OK(status)) { 5173 CloseDir(dir_hnd); 5173 5174 return ERROR_NT(status); 5174 5175 } … … 5176 5177 status = check_name(conn, destname); 5177 5178 if (!NT_STATUS_IS_OK(status)) { 5179 CloseDir(dir_hnd); 5178 5180 return ERROR_NT(status); 5179 5181 }
Note:
See TracChangeset
for help on using the changeset viewer.