Changeset 221 for branches/samba-3.3.x/source/smbd/close.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/close.c
r206 r221 168 168 ****************************************************************************/ 169 169 170 staticNTSTATUS delete_all_streams(connection_struct *conn, const char *fname)170 NTSTATUS delete_all_streams(connection_struct *conn, const char *fname) 171 171 { 172 172 struct stream_struct *stream_info;
Note:
See TracChangeset
for help on using the changeset viewer.