Changeset 224 for branches/samba-3.3.x/source/smbd/ipc.c
- Timestamp:
- May 24, 2009, 7:55:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/ipc.c
r206 r224 662 662 } 663 663 664 talloc_steal(talloc_tos(), state); 665 664 666 handle_trans(conn, req, state); 665 667 … … 790 792 */ 791 793 SCVAL(req->inbuf,smb_com,SMBtrans); 794 795 talloc_steal(talloc_tos(), state); 792 796 793 797 handle_trans(conn, req, state);
Note:
See TracChangeset
for help on using the changeset viewer.